Change example values

dselen committed Mar 31, 2025 at 16:03 UTC 9464c1b01a76acf1839e70d6f577a2fdc771aeeb
1 file changed +3 -4
docker/README.md
+3 -4
@@ -83,10 +83,9 @@ services:
83 image: ghcr.io/ylianst/meshcentral:<tag>
84 environment:
85 - HOSTNAME=myserver.domain.com
86 - - ALLOW_NEW_ACCOUNTS=true
86 + - ALLOW_NEW_ACCOUNTS=false
87 - USE_MONGODB=true
88 - - MONGO_HOST=mongodb
89 - - MONGO_PORT=27017
88 + - MONGO_URL=mongodb://username:password@mongodb:27017/meshcentral
89 volumes:
90 - meshcentral-data:/opt/meshcentral/meshcentral-data
91 ports:
@@ -177,4 +176,4 @@ If you want to disable both HTML/JS minification and translation during the buil
176
177 ```sh
178 docker build -f docker/Dockerfile --build-arg DISABLE_MINIFY=no --build-arg DISABLE_TRANSLATE=no -t meshcentral .
180 -```
\ No newline at end of file
179 +```