mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
13 lines
322 B
YAML
13 lines
322 B
YAML
---
|
|
version: '3.7'
|
|
services:
|
|
tachidesk-docker:
|
|
image: tachidesk:new
|
|
environment:
|
|
- TZ=Etc/UTC # Use TZ database name from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
volumes:
|
|
- ./data:/home/suwayomi/.local/share/Tachidesk
|
|
ports:
|
|
- "4567:4567"
|
|
restart: on-failure:3
|