no port 9443 access, reverseproxy-nw only
parent
9d0fb5c3b7
commit
4b5fe81bd5
|
|
@ -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
|
||||||
Loading…
Reference in New Issue