bc00be5bb6547b40435893cba8ae9caedc04c590
docker-baseimage-alpine-lighttpd
Alpine Baseimage with s6-overlay and lighttpd
This repository is built and pushed automatically.
🏗️ Platform Support
| Architecture | Status | Base Image | Build Date |
|---|---|---|---|
| x86_64 (amd64) | ✅ Active | alpine:3.23 | 23.02.2026 15:21 |
| aarch64 (arm64) | ✅ Active | alpine:3.23 | 23.02.2026 15:21 |
🚀 Docker Pull
docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd:1.4.82
🚀 Docker Compose
services:
docker-baseimage-alpine-lighttpd:
image: git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd:1.4.82
container_name: docker-baseimage-alpine-lighttpd
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-baseimage-alpine-lighttpd \
--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-baseimage-alpine-lighttpd:1.4.82
Last updated on: 23.02.2026 15:21
📜 Version History
| Version | Date | Status |
|---|---|---|
| 1.4.82 | 23.02.2026 15:21 | switch to english text ✅ |
| 1.4.82 | 23.02.2026 14:48 | setting run-permissions to s6-overlay run files ✅ |
| 1.4.82 | 23.02.2026 13:57 | VERSIONS.history gelöscht ✅ |
| 1.4.82 | 23.02.2026 13:56 | root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-lighttpd hinzugefügt ✅ |
| 1.4.82 | 23.02.2026 13:55 | root/etc/s6-overlay/s6-rc.d/svc-lighttpd/type hinzugefügt ✅ |
| 1.4.82 | 23.02.2026 13:54 | root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run hinzugefügt ✅ |
| 1.4.82 | 23.02.2026 13:53 | root/etc/s6-overlay/s6-rc.d/svc-lighttpd/dependencies hinzugefügt ✅ |
| 1.4.82 | 23.02.2026 13:52 | root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/up hinzugefügt ✅ |
| 1.4.82 | 23.02.2026 13:51 | root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/type hinzugefügt ✅ |
| 1.4.82 | 23.02.2026 13:50 | root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/run hinzugefügt ✅ |
| 1.4.82 | 23.02.2026 13:48 | root/defaults/lighttpd.conf hinzugefügt ✅ |
Description
Languages
Dockerfile
100%