Update Remote-Access_Containers/meshcentral/compose.yaml

This commit is contained in:
2026-07-16 01:06:52 +00:00
parent af478d4a1a
commit 114b2fa51f
@@ -14,9 +14,8 @@ services:
- WEBRTC=false #set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution
volumes:
- /srv/docker/meshcentral/data:/opt/meshcentral/meshcentral-data #config.json and other important files live here. A must for data persistence
- ./config.json:/opt/meshcentral/meshcentral-data/config.json
- /srv/docker/meshcentral/data/config.json:/opt/meshcentral/meshcentral-data/config.jso
- /srv/docker/meshcentral/user_files:/opt/meshcentral/meshcentral-files #where file uploads for users live
- /srv/docker/meshcentral/backups:/opt/meshcentral/meshcentral-backups #Backups location
networks:
- traefik_network
labels: