mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
fix(docker): allow usage of external mongodb
This commit is contained in:
parent
0d97c62ed8
commit
d2d6e95dd9
3 changed files with 37 additions and 27 deletions
|
|
@ -58,6 +58,7 @@ ENV CONFIG_FILE="config.json"
|
|||
ENV USE_MONGODB="false"
|
||||
ENV MONGO_INITDB_ROOT_USERNAME="root"
|
||||
ENV MONGO_INITDB_ROOT_PASSWORD="pass"
|
||||
ENV MONGO_URL=""
|
||||
ENV HOSTNAME="localhost"
|
||||
ENV ALLOW_NEW_ACCOUNTS="true"
|
||||
ENV ALLOWPLUGINS="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue