Files
tuliprox/docker/docker-compose.yml
T
2025-05-10 17:59:50 +02:00

17 lines
357 B
YAML

version: '3'
services:
tuliprox:
container_name: tuliprox
image: ghcr.io/euzu/tuliprox:latest
working_dir: /app
volumes:
- ./data:/app/data
- ./config:/app/config
- ./backup:/app/backup
- ./downloads:/app/downloads
environment:
- TZ=Europe/Paris
ports:
- "8901:8901"
restart: unless-stopped