14 lines
271 B
YAML
14 lines
271 B
YAML
services:
|
|
hibp-docker:
|
|
image: git.pi-farm.de/pi-farm/hibp-docker:0.6.2
|
|
container_name: hibp-docker
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8082:8082
|
|
environment:
|
|
- TZ=Europe/Berlin
|
|
- PUID=1000
|
|
- PGID=1000
|
|
volumes:
|
|
- /data
|