From 7a886049bbd7ffecc39b350dcc2be02e6ccf2bda Mon Sep 17 00:00:00 2001 From: komodo Date: Fri, 1 Aug 2025 06:25:07 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/compose.yaml b/compose.yaml index a8b052a..bbd5c67 100644 --- a/compose.yaml +++ b/compose.yaml @@ -261,19 +261,4 @@ services: environment: - TZ=Europe/Berlin networks: - - media_network - - wizarr: - container_name: wizarr - image: ghcr.io/wizarrrr/wizarr - restart: always - ports: - - 5690:5690 - volumes: - - /app-config/wizard/database:/data/database - - /app-config/wizard/config:/data/wizard_steps - environment: - - PUID=1000 #Set UID - - PGID=1000 #Set GID - - DISABLE_BUILTIN_AUTH=false #Set to true ONLY if you are using another auth provider (Authelia, Authentik, etc) - - TZ=Europe/Berlin #Set your timezone here \ No newline at end of file + - media_network \ No newline at end of file