Skip to content

Commit

Permalink
chore : docker-compose.yml port를 다시 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
packdev937 committed May 7, 2024
1 parent e944990 commit 0842cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi
NGINX_CONF="/home/ec2-user/data/nginx/app.conf"
RUNNING_NGINX=$(docker ps | grep nginx)
BATCH_CONTAINER="batch"
SERVER_CONTAINER = "server"
SERVER_CONTAINER="server"

#if [ -z "$RUNNING_CONTAINER" ]; then
# TARGET_SERVICE="blue-api"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
nginx:
container_name: nginx
image: nginx:latest
image: nginx:1.15-alpine
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit 0842cd1

Please sign in to comment.