wizarr/docker-compose.yml
Matthieu B 7efc687dae Privacy Enhancements
- Removed bug reporting, as no longer needed due to release
- Made the update checker ping the github repo instead of private server
2023-01-20 23:39:51 +00:00

13 lines
No EOL
391 B
YAML

version: "3.8"
services:
wizarr:
container_name: wizarr
image: ghcr.io/wizarrrr/wizarr
ports:
- 5690:5690
volumes:
- ./data:/data/database
environment:
- APP_URL=https://join.domain.com
- DISABLE_BUILTIN_AUTH=false #Set to true ONLY if you are using another auth provider (Authelia, Authentik, etc)
- TZ=Europe/London #Set your timezone here