mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
MongoDB configuration by file property, and added timeout connection MongoDB
This commit is contained in:
@ -23,7 +23,7 @@ services:
|
||||
restart: always
|
||||
container_name: mongo-express
|
||||
ports:
|
||||
- 8081:8081
|
||||
- "8081:8081"
|
||||
environment:
|
||||
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
||||
ME_CONFIG_MONGODB_ADMINPASSWORD: example
|
||||
|
Reference in New Issue
Block a user