mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
优化mongo-express的docker-compose
This commit is contained in:
parent
989fdcf4b0
commit
a491664ccc
@ -12,8 +12,9 @@ services:
|
||||
- ME_CONFIG_MONGODB_ADMINPASSWORD=111111
|
||||
- ME_CONFIG_MONGODB_PORT=27017
|
||||
- ME_CONFIG_MONGODB_AUTH_DATABASE=admin
|
||||
- ME_CONFIG_OPTIONS_EDITORTHEME=admin
|
||||
- ME_CONFIG_BASICAUTH_USERNAME=111111
|
||||
- ME_CONFIG_OPTIONS_EDITORTHEME=ambiance
|
||||
- ME_CONFIG_BASICAUTH_USERNAME=admin
|
||||
- ME_CONFIG_BASICAUTH_PASSWORD=111111
|
||||
restart: on-failure
|
||||
logging:
|
||||
driver: 'json-file'
|
||||
|
Loading…
Reference in New Issue
Block a user