[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-08-01 06:25:07 +00:00
parent 7b279bfc49
commit 7a886049bb

View file

@ -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
- media_network