fix: Correct staging-internal network configuration

Remove external: false and name specification to let Docker Compose
create the network automatically
This commit is contained in:
2025-10-31 23:58:14 +01:00
parent 87aa6f067e
commit 8c7bbec8b7

View File

@@ -258,5 +258,4 @@ networks:
traefik-public:
external: true
staging-internal:
external: false
name: staging-internal
driver: bridge