mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
16 lines
453 B
YAML
16 lines
453 B
YAML
---
|
|
version: "2.1"
|
|
services:
|
|
tachidesk:
|
|
image: ghcr.io/suwayomi/tachidesk
|
|
container_name: tachidesk
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=< change it to your timezone > # Use TZ database name from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
volumes:
|
|
- </path/to/folder>/tachidesk:/home/suwayomi/.local/share/Tachidesk
|
|
ports:
|
|
- 4567:4567
|
|
restart: unless-stopped
|