diff --git a/docker/README.md b/docker/README.md index 4823a699..88e4ac00 100644 --- a/docker/README.md +++ b/docker/README.md @@ -83,10 +83,9 @@ services: image: ghcr.io/ylianst/meshcentral: environment: - HOSTNAME=myserver.domain.com - - ALLOW_NEW_ACCOUNTS=true + - ALLOW_NEW_ACCOUNTS=false - USE_MONGODB=true - - MONGO_HOST=mongodb - - MONGO_PORT=27017 + - MONGO_URL=mongodb://username:password@mongodb:27017/meshcentral volumes: - meshcentral-data:/opt/meshcentral/meshcentral-data ports: @@ -177,4 +176,4 @@ If you want to disable both HTML/JS minification and translation during the buil ```sh docker build -f docker/Dockerfile --build-arg DISABLE_MINIFY=no --build-arg DISABLE_TRANSLATE=no -t meshcentral . -``` \ No newline at end of file +```