Add syncyomi

This commit is contained in:
2025-06-09 02:28:42 -03:00
parent ffa4a9fcbc
commit 85862c488d

View File

@ -41,3 +41,13 @@ services:
ports: ports:
- "8191:8191" - "8191:8191"
restart: unless-stopped restart: unless-stopped
syncyomi:
container_name: syncyomi
image: ghcr.io/syncyomi/syncyomi:latest
restart: unless-stopped
environment:
- TZ=America/Moncton
volumes:
- /docker/appdata/syncyomi/config:/config
ports:
- 8282:8282