Files
wizarr/docker-compose.yml
2025-05-21 17:15:36 +01:00

10 lines
231 B
YAML

services:
wizarr:
build: .
ports:
- 5690:5690
volumes:
- ./test-data:/data/database
environment:
- APP_URL=http://127.0.0.1:5610
- TZ=Europe/London