mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-07-13 11:01:03 -04:00
Change example values
This commit is contained in:
parent
46f77841e2
commit
9464c1b01a
@ -83,10 +83,9 @@ services:
|
||||
image: ghcr.io/ylianst/meshcentral:<tag>
|
||||
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 .
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user