Update docker-compose.yml
Added Wizarr
This commit is contained in:
parent
682e5d7555
commit
e95ab2176b
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue