Update network name in Docker Compose configuration for consistency

- Changed the network name from '365Devnet' to '365DevNet' in docker-compose.yml to ensure uniformity in naming conventions.
This commit is contained in:
2025-11-05 00:19:32 +01:00
parent a69489a73f
commit bc83d41673

View File

@@ -35,7 +35,7 @@ services:
networks: networks:
devnet: devnet:
external: true external: true
name: 365Devnet name: 365DevNet
# Optional: Add volumes for persistent data # Optional: Add volumes for persistent data
volumes: volumes: