Add Watcharr/Compose.yml

This commit is contained in:
2025-11-28 21:00:19 +00:00
parent c9304a3e8f
commit 8631cf96cb
+11
View File
@@ -0,0 +1,11 @@
services:
watcharr:
# to use an actual version, then when updating check the releases for changelogs.
image: ghcr.io/sbondco/watcharr:latest
container_name: watcharr
ports:
- 3080:3080
volumes:
# Contains all of watcharr data (database & cache)
- /srv/docker/watcharr/data:/data
restart: unless-stopped