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:
|
traefik-public:
|
||||||
external: true
|
external: true
|
||||||
staging-internal:
|
staging-internal:
|
||||||
external: false
|
driver: bridge
|
||||||
name: staging-internal
|
|
||||||
|
|||||||
Reference in New Issue
Block a user