From ff7e611be0604b64fcde0aa2c685ead3c0cceefb Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 6 Aug 2026 15:37:47 +0000 Subject: [PATCH] Update Remote-Access_Containers/meshcentral/compose.yaml --- Remote-Access_Containers/meshcentral/compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: