Skip to content

Commit 8470238

Browse files
committed
Update nginx service configuration to use expose instead of ports
1 parent 6c7f2dc commit 8470238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ services:
2020
nginx:
2121
image: nginx:alpine
2222
container_name: streamvision_nginx
23-
ports:
24-
- "80:80"
23+
expose:
24+
- "80"
2525
volumes:
2626
- ./config.nginx:/etc/nginx/conf.d/default.conf:ro
2727
depends_on:

0 commit comments

Comments
 (0)