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:
|
||||
devnet:
|
||||
external: true
|
||||
name: 365Devnet
|
||||
name: 365DevNet
|
||||
|
||||
# Optional: Add volumes for persistent data
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user