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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user