Update Remote-Access_Containers/meshcentral/compose.yaml

This commit is contained in:
2026-07-17 01:33:41 +00:00
parent 5cbac0b7cd
commit 96ede7ff24
@@ -11,10 +11,8 @@ services:
- REVERSE_PROXY_TLS_PORT=
- IFRAME=false #set to true if you wish to enable iframe support
- ALLOW_NEW_ACCOUNTS=false #set to false if you want disable self-service creation of new accounts besides the first (admin)
- 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
- /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
networks:
- traefik_network