Files
hibp-docker/README.md
Gitea Action 29583fec3b [skip ci]
2026-03-25 10:05:59 +00:00

1.5 KiB

hibp-docker

Docker implementation of https://github.com/oschonrock/hibp.git.

Build Status Gitea Repo

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 10:29
aarch64 (arm64) Active git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim 25.03.2026 10:29

🚀 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 10:29

📜 Version History

Version Date Status
0.6.2 25.03.2026 10:29