Skip to content

Commit 670d738

Browse files
committed
nginx port map fix
1 parent 8470238 commit 670d738

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-
expose:
24-
- "80"
23+
ports:
24+
- "8080:80"
2525
volumes:
2626
- ./config.nginx:/etc/nginx/conf.d/default.conf:ro
2727
depends_on:

0 commit comments

Comments
 (0)