1.5 KiB
1.5 KiB
hibp-docker
Docker implementation of https://github.com/oschonrock/hibp.git.
This repository is built and pushed automatically.
🏗️ Platform Support
| Architecture | Status | Base Image | Build Date |
|---|---|---|---|
| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim | 25.03.2026 11:13 |
| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim | 25.03.2026 11:13 |
🚀 Docker Pull
docker pull git.pi-farm.de/pi-farm/hibp-docker:0.6.2
🚀 Docker Compose
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
🚀 Docker Run
docker run -d \
--name hibp-docker \
--restart unless-stopped \
-e TZ=Europe/Berlin \
-e PUID=1000 \
-e PGID=1000 \
-v /data \
-p 8082:8082 \
git.pi-farm.de/pi-farm/hibp-docker:0.6.2
Last updated on: 25.03.2026 11:13
📜 Version History
| Version | Date | Status |
|---|---|---|
| 0.6.2 | 25.03.2026 11:13 | buildargs.env aktualisiert ✅ |
| 0.6.2 | 25.03.2026 10:29 | ✅ |