mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-04-19 05:28:33 -04:00
9 lines
187 B
YAML
9 lines
187 B
YAML
services:
|
|
wizarr:
|
|
build: .
|
|
ports:
|
|
- 5690:5690
|
|
volumes:
|
|
- ./test-data:/data/database
|
|
environment:
|
|
- TZ=Europe/London |