Skip to content

Commit 054f28b

Browse files
committed
Update nginx port mapping to use HTTPS on port 443
1 parent 6c7f2dc commit 054f28b

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

0 commit comments

Comments
 (0)