Fix mongo user in compose
Some checks failed
Build and Deploy / update-lockfile (push) Has been skipped
Build and Deploy / build (push) Failing after 49s
Build and Deploy / build_dependabot (push) Has been skipped

This commit is contained in:
Kizuren 2025-12-09 02:33:14 +01:00
parent 6e9e30f82c
commit cb3b9eacff

View file

@ -20,7 +20,7 @@ services:
container_name: ulinkshortener-mongo
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: justasuser
MONGO_INITDB_ROOT_USERNAME: justauser
MONGO_INITDB_ROOT_PASSWORD: veryimportantpasswd
MONGO_INITDB_DATABASE: ulinkshortener
command: mongod --bind_ip_all