17 lines
461 B
YAML
17 lines
461 B
YAML
services:
|
|
sencho:
|
|
image: saelix/sencho:latest
|
|
container_name: sencho
|
|
restart: unless-stopped
|
|
ports:
|
|
- "1852:1852"
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /home/miker/docker/Sencho/data:/app/data
|
|
# Change this line so the container path matches the host path:
|
|
- /opt/Docker-Deployments:/opt/Docker-Deployments
|
|
environment:
|
|
- COMPOSE_DIR=/home/miker/docker
|
|
- DATA_DIR=/app/data
|
|
#
|