theocorp_docker_compose/olivetin/docker-compose.yml
2025-01-15 01:49:16 +00:00

13 lines
358 B
YAML

services:
olivetin:
container_name: olivetin
image: jamesread/olivetin
volumes:
- ./:/config # replace host path or volume as needed
- /var/run/docker.sock:/var/run/docker.sock
- /home/geezo/docker_containers/autorestic:/autorestic
ports:
- "1004:1337"
restart: unless-stopped
privileged: true
user: root