moved all files up a folder

This commit is contained in:
2023-12-18 20:09:03 -06:00
parent 9535a5add9
commit 3465aab0f2
1057 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
version: '3'
services:
meshcentral:
container_name: meshcentral
hostname: meshcentral
image: typhonragewind/meshcentral
environment:
- HOSTNAME=dockerserver-01
- REVERSE_PROXY=false
- IFRAME=true
- ALLOW_NEW_ACCOUNTS=false
- WEBRTC=true
ports:
- 443:443/tcp
- 80:80/tcp
restart: always
volumes:
- /docker/appdata/meshcentral/data:/opt/meshcentral/meshcentral-data
- /docker/appdata/meshcentral/user_files:/opt/meshcentral/meshcentral-files