fix: network name

This commit is contained in:
2025-10-26 11:05:19 +01:00
parent d6943087f0
commit b2b71c87c8
7 changed files with 8 additions and 8 deletions

View File

@@ -8,5 +8,5 @@ include:
networks:
compose_network:
name: ${NETWORK_NAME:-falcon_network}
name: ${NETWORK_NAME}
external: true