Skip to content

Commit

Permalink
update docker stack
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Oct 8, 2023
1 parent f17688b commit 2cb9437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
dev:
image: 151345152001.dkr.ecr.ap-northeast-2.amazonaws.com/poapper-homepage:latest
ports:
- 9001:9000
- 9001:80
logging:
driver: local
options:
Expand All @@ -18,7 +18,7 @@ services:
prod:
image: 151345152001.dkr.ecr.ap-northeast-2.amazonaws.com/poapper-homepage:vX.X.X
ports:
- 9000:9000
- 9000:80
logging:
driver: local
options:
Expand Down

0 comments on commit 2cb9437

Please sign in to comment.