Update docker-compose.yml

Added Wizarr
This commit is contained in:
Donny 2024-02-17 16:41:37 -07:00 committed by GitHub
parent 682e5d7555
commit e95ab2176b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -362,3 +362,12 @@ services:
restart: unless-stopped restart: unless-stopped
#Wizarr - Allows you to create a share link that you can send to users to invite them to your media server
wizarr:
container_name: wizarr
image: ghcr.io/wizarrrr/wizarr:latest
ports:
- 5690:5690
volumes:
- ${BASE_PATH}/wizarr/data/database:/data/database