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:
devnet:
external: true
name: 365Devnet
name: 365DevNet
# Optional: Add volumes for persistent data
volumes: