Update Random_Containers/watcharr/compose.yaml

This commit is contained in:
2026-01-24 23:18:26 +00:00
parent 4f4d289fcb
commit a173701432
+10
View File
@@ -0,0 +1,10 @@
services:
watcharr:
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