This commit is contained in:
Mike McFetridge
2026-07-20 09:22:40 -04:00
parent be7f1096eb
commit 3173f33e38
25 changed files with 1241 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
sencho:
image: saelix/sencho:latest
container_name: sencho
restart: unless-stopped
ports:
- "1852:1852"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/Docker-Deployments/Sencho/data:/app/data
# Change this line so the container path matches the host path:
- /opt/Docker-Deployments:/opt/Docker-Deployments
environment:
- COMPOSE_DIR=/opt/Docker-Deployments
- DATA_DIR=/app/data