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:
@@ -258,5 +258,4 @@ networks:
|
||||
traefik-public:
|
||||
external: true
|
||||
staging-internal:
|
||||
external: false
|
||||
name: staging-internal
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user