firewall testing - 4443 not 8443

This commit is contained in:
Mike Holloway 2025-12-03 15:03:42 -05:00
parent c46488efa6
commit bc6b6af4c9

View File

@ -23,11 +23,11 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8080:8080 - 8080:8080
- 8443:8443 - 4443:4443
image: nginxproxy/nginx-proxy:1.9-alpine image: nginxproxy/nginx-proxy:1.9-alpine
environment: environment:
HTTP_PORT: 8080 HTTP_PORT: 8080
HTTPS_PORT: 8443 HTTPS_PORT: 4443
volumes: volumes:
- /run/user/1000/podman/podman.sock:/tmp/docker.sock:ro - /run/user/1000/podman/podman.sock:/tmp/docker.sock:ro
- /home/nextcloud/nginx/certs:/etc/nginx/certs - /home/nextcloud/nginx/certs:/etc/nginx/certs