Also for the docker compose

dselen committed Mar 31, 2025 at 16:04 UTC 17a36325d0be0fd0e177d82989f26020305a4067
1 file changed +1 -2
docker/README.md
+1 -2
@@ -69,8 +69,7 @@ docker run -d \
69 -e HOSTNAME=myserver.domain.com \
70 -e ALLOW_NEW_ACCOUNTS=true \
71 -e USE_MONGODB=true \
72 - -e MONGO_HOST=mongodb \
73 - -e MONGO_PORT=27017 \
72 + -e MONGO_URL=mongodb://username:password@mongodb:27017/meshcentral \
73 -v meshcentral-data:/opt/meshcentral/meshcentral-data \
74 -p 443:443 \
75 ghcr.io/ylianst/meshcentral:<tag>