update 04.03.24

This commit is contained in:
ZennDev1337 2024-03-04 10:03:40 +01:00
parent 740323333f
commit fa863cbd12
5 changed files with 267 additions and 29 deletions

View file

@ -9,7 +9,7 @@ services:
- 27017:27017
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
MONGO_INITDB_ROOT_PASSWORD: root12345
mongo-express:
image: mongo-express
@ -18,5 +18,5 @@ services:
- 8081:8081
environment:
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: example
ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/
ME_CONFIG_MONGODB_ADMINPASSWORD: root12345
ME_CONFIG_MONGODB_URL: mongodb://root:root12345@mongo:27017/