From 337ab1884600521a9faed79a436bdfbba0fe60bc Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 12 Apr 2026 01:53:34 +0000 Subject: [PATCH] Update Random_Containers/watcharr/compose.yaml --- Random_Containers/watcharr/compose.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Random_Containers/watcharr/compose.yaml b/Random_Containers/watcharr/compose.yaml index 41f0664..11e40e8 100644 --- a/Random_Containers/watcharr/compose.yaml +++ b/Random_Containers/watcharr/compose.yaml @@ -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 \ No newline at end of file + restart: unless-stopped + +networks: + default: + external: true + name: nginx \ No newline at end of file