Changing db password

This commit is contained in:
2023-03-14 19:06:13 +01:00
parent 701ac8e1dc
commit 7dbe4a1716
3 changed files with 6 additions and 5 deletions

View File

@@ -28,13 +28,13 @@ services:
- "80:80"
mongo:
image: "mongo:4.4.18"
image: "mongo"
restart: always
ports:
- "27017:27017"
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
MONGO_INITDB_ROOT_PASSWORD: IBO3eber0mdw2R9pnInLdtFykQFY2f06
volumes:
- database:/data/db