mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-20 16:12:09 +02:00
17 lines
344 B
YAML
17 lines
344 B
YAML
version: '3'
|
|
services:
|
|
m3u-filter:
|
|
container_name: m3u-filter
|
|
image: ghcr.io/euzu/m3u-filter:latest
|
|
working_dir: /
|
|
volumes:
|
|
- ./data:/data
|
|
- ./config:/config
|
|
- ./backup:/backup
|
|
- ./downloads:/downloads
|
|
environment:
|
|
- TZ=Europe/Paris
|
|
ports:
|
|
- "8901:8901"
|
|
restart: unless-stopped
|