no port 9443 access, reverseproxy-nw only

master
pipistrello 2022-01-11 15:36:53 +03:00
parent 9d0fb5c3b7
commit 4b5fe81bd5
1 changed files with 8 additions and 2 deletions

View File

@ -7,5 +7,11 @@ services:
volumes:
- /mnt/containers/portainer/container-data/data:/data:Z
- /var/run/docker.sock:/var/run/docker.sock:Z
ports:
- 9443:9443
# ports:
# - 9443:9443
networks:
- reverseproxy-nw
networks:
reverseproxy-nw:
external: true