Skip to content

Commit

Permalink
refactor: GREEN 포트 8081:8081로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHyeonL committed Oct 17, 2024
1 parent b5444c1 commit cfdf3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/be_app-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
image: ${DOCKER_REPO_NAME}/springboot-app:test-latest
platform: linux/arm64
ports:
- "${GREEN_SERVER_BINDING_PORT}:8080"
- "${GREEN_SERVER_BINDING_PORT}:8081"
volumes:
- ${SERVER_LOGS_PATH}/springboot-app/green:/logs
- ${SERVER_LOGS_PATH}/springboot-app/backup/green:/logs/backup
Expand Down

0 comments on commit cfdf3ba

Please sign in to comment.