mirror of
https://github.com/Kizuren/uLinkShortener.git
synced 2025-12-21 21:16:17 +01:00
Fix mongo user in compose
This commit is contained in:
parent
6e9e30f82c
commit
cb3b9eacff
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ services:
|
||||||
container_name: ulinkshortener-mongo
|
container_name: ulinkshortener-mongo
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MONGO_INITDB_ROOT_USERNAME: justasuser
|
MONGO_INITDB_ROOT_USERNAME: justauser
|
||||||
MONGO_INITDB_ROOT_PASSWORD: veryimportantpasswd
|
MONGO_INITDB_ROOT_PASSWORD: veryimportantpasswd
|
||||||
MONGO_INITDB_DATABASE: ulinkshortener
|
MONGO_INITDB_DATABASE: ulinkshortener
|
||||||
command: mongod --bind_ip_all
|
command: mongod --bind_ip_all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue