- added credentials for mongo-express web UI (#1373)

Co-authored-by: doublebyte1 <info@doublebyte.net>
This commit is contained in:
Jo
2023-10-13 18:31:06 +02:00
committed by GitHub
parent 2dbc26ca63
commit 58bd482d85
+3
View File
@@ -67,6 +67,9 @@ services:
image: mongo-express
restart: always
container_name: mongo_express
environment:
ME_CONFIG_BASICAUTH_USERNAME: admin #admin username
ME_CONFIG_BASICAUTH_PASSWORD: admin #admin password
links:
- mongo
depends_on: