theocorp_docker_compose/olivetin/docker-compose.yml
2024-12-30 01:08:55 +00:00

10 lines
261 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
ports:
- "1004:1337"
restart: unless-stopped