feat: clean up redundant networks

This commit is contained in:
2025-12-19 00:11:28 +00:00
parent 2d021505a3
commit 510a132268
2 changed files with 2 additions and 9 deletions

View File

@@ -20,11 +20,9 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
expose:
- 9443
- 8000 # Remove if you do not intend to use Edge Agents
ports:
- 9443:9443
networks:
- default
- traefik_public
volumes:
@@ -32,7 +30,5 @@ volumes:
name: portainer_data
networks:
default:
name: kendricklab
traefik_public:
external: true