logger auth error
This commit is contained in:
@ -62,3 +62,14 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- 8090:8080
|
||||
|
||||
mongo-express:
|
||||
image: mongo-express
|
||||
restart: always
|
||||
ports:
|
||||
- 8091:8081
|
||||
environment:
|
||||
ME_CONFIG_MONGODB_ADMINUSERNAME: admin
|
||||
ME_CONFIG_MONGODB_ADMINPASSWORD: password
|
||||
ME_CONFIG_MONGODB_URL: mongodb://mongo:27017/
|
||||
ME_CONFIG_BASICAUTH: false
|
||||
|
Reference in New Issue
Block a user