firewall testing - 4443 not 8443
This commit is contained in:
parent
c46488efa6
commit
bc6b6af4c9
@ -23,11 +23,11 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 8443:8443
|
||||
- 4443:4443
|
||||
image: nginxproxy/nginx-proxy:1.9-alpine
|
||||
environment:
|
||||
HTTP_PORT: 8080
|
||||
HTTPS_PORT: 8443
|
||||
HTTPS_PORT: 4443
|
||||
volumes:
|
||||
- /run/user/1000/podman/podman.sock:/tmp/docker.sock:ro
|
||||
- /home/nextcloud/nginx/certs:/etc/nginx/certs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user