Skip to content

Commit

Permalink
chore: 포트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent 79a68fc commit d8deb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer-api/infra/production/docker-compose-blue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
image: docker.io/clean01/layer-server_layer-api:latest
container_name: layer-api-blue
ports:
- "8081:8080"
- "8081:8081"
environment:
- TZ=Asia/Seoul
- SPRING_PROFILES_ACTIVE=prod
Expand Down

0 comments on commit d8deb61

Please sign in to comment.