Skip to content

Commit ac8fb93

Browse files
committed
new port mapping for nginx service
1 parent 670d738 commit ac8fb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
image: nginx:alpine
2222
container_name: streamvision_nginx
2323
ports:
24-
- "8080:80"
24+
- "4080:80"
2525
volumes:
2626
- ./config.nginx:/etc/nginx/conf.d/default.conf:ro
2727
depends_on:

0 commit comments

Comments
 (0)