docker-alpine-mirror
Alpine Mirror with s6-overlay and lighttpd, rsync, vnstat, cron
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-alpine:3.23 | 25.02.2026 18:01 |
| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 18:01 |
🚀 Docker Pull
docker pull git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
🚀 Docker Compose
services:
docker-alpine-mirror:
image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
container_name: docker-alpine-mirror
restart: unless-stopped
ports:
- 8080:80
environment:
- TZ=Europe/Berlin
- PUID=1000
- PGID=1000
volumes:
- ./config:/config
- ./data:/app/www
🚀 Docker Run
docker run -d \
--name docker-alpine-mirror \
--restart unless-stopped \
-e TZ=Europe/Berlin \
-e PUID=1000 \
-e PGID=1000 \
-v ./config:/config \
-v ./data:/app/www \
-p 8080:80 \
git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
Last updated on: 25.02.2026 18:01
📜 Version History
| Version | Date | Status |
|---|---|---|
| 3.23 | 25.02.2026 18:01 | publish to dockerhub ✅ |
| 3.23 | 25.02.2026 17:57 | changed rsync-rules.txt to match alpine version v3.23 ✅ |
Description
Languages
Shell
63.9%
Dockerfile
36.1%