Update Random_Containers/watcharr/compose.yaml

This commit is contained in:
2026-04-12 01:53:34 +00:00
parent b00698e636
commit 337ab18846
+8 -3
View File
@@ -2,9 +2,14 @@ services:
watcharr:
image: ghcr.io/sbondco/watcharr:latest
container_name: watcharr
ports:
- 3080:3080
#ports:
# - 3080:3080
volumes:
# Contains all of watcharr data (database & cache)
- /srv/docker/watcharr/data:/data
restart: unless-stopped
restart: unless-stopped
networks:
default:
external: true
name: nginx