Update Remote-Access_Containers/meshcentral/compose.yaml

This commit is contained in:
2026-08-06 15:37:47 +00:00
parent 366d07346a
commit ff7e611be0
@@ -17,7 +17,8 @@ services:
- BACKUP_INTERVAL=24 #interval in hours for the autobackup function
- BACKUP_KEEP_DAYS=10 #number of days of backups the function keeps
volumes:
- /srv/docker/meshcentral/data:/opt/meshcentral/meshcentral-data #config.json and other important files live here. A must for data persistence
- /srv/docker/meshcentral/data:/opt/meshcentral/meshcentral-data #config.json and other important files live here
- ./config.json:/opt/meshcentral/meshcentral-data/config.json #overlays the config on top of the data volume above
- /srv/docker/meshcentral/user_files:/opt/meshcentral/meshcentral-files #where file uploads for users live
- /srv/docker/meshcentral/backups:/opt/meshcentral/meshcentral-backups #encrypted backups land here
networks: