Installation
Install Wizarr using Docker or Compose
Last updated
Was this helpful?
Install Wizarr using Docker or Compose
Last updated
Was this helpful?
Be sure to replace/path/to/appdata/config
in the below examples with a valid host directory path. If this volume mount is not configured correctly, your Wizarr settings/data will not be persisted when the container is recreated (e.g., when updating the image or rebooting your machine).
The TZ
environment variable value should also be set to the of your time zone!
Installation:
Define the wizarr
service in your docker-compose.yml
as follows:
Then, start all services defined in the Compose file:
docker compose up -d
or docker-compose up -d
Updating
Pull the latest image:
docker compose pull wizarr
or docker-compose pull wizarr
Then, restart all services defined in the Compose file:
docker compose up -d
or docker-compose up -d
NOT IMPLEMENTED YET
Ensure you have the Community Applications plugin installed.
Inside the Community Applications app store, search for Wizarr.
Click the Install Button.
On the following Add Container screen, make changes to the Host Port and Host Path 1(Appdata) as needed, as well as the environment variables.
Click apply and access "Wizarr" at your <ServerIP:HostPort>
in a web browser.