no port 9443 access, reverseproxy-nw only

This commit is contained in:
pipistrello
2022-01-11 15:36:53 +03:00
parent 9d0fb5c3b7
commit 4b5fe81bd5
+8 -2
View File
@@ -7,5 +7,11 @@ services:
volumes: volumes:
- /mnt/containers/portainer/container-data/data:/data:Z - /mnt/containers/portainer/container-data/data:/data:Z
- /var/run/docker.sock:/var/run/docker.sock:Z - /var/run/docker.sock:/var/run/docker.sock:Z
ports: # ports:
- 9443:9443 # - 9443:9443
networks:
- reverseproxy-nw
networks:
reverseproxy-nw:
external: true