diff --git a/Remote-Access_Containers/meshcentral/compose.yaml b/Remote-Access_Containers/meshcentral/compose.yaml index 14bcef6..9c39cc3 100644 --- a/Remote-Access_Containers/meshcentral/compose.yaml +++ b/Remote-Access_Containers/meshcentral/compose.yaml @@ -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: