Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Commit 4a64080

Browse files
committed
No need to get specific ports in ECS (use ELB)
1 parent c16a75b commit 4a64080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-front.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ services:
2828
image: "${SECURITY_MONKEY_ECS_NGINX_IMAGE}:latest"
2929
working_dir: /etc/nginx
3030
ports:
31-
- 80:80
32-
- 443:443
31+
- 80
32+
- 443
3333
links:
3434
- api:smapi
3535
logging:

0 commit comments

Comments
 (0)