Add syncyomi
This commit is contained in:
@ -41,3 +41,13 @@ services:
|
||||
ports:
|
||||
- "8191:8191"
|
||||
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
|
||||
|
Reference in New Issue
Block a user