mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-17 06:32:23 +02:00
17 lines
357 B
YAML
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
|