root/defaults/lighttpd.conf hinzugefügt [skip ci]
This commit is contained in:
61
README.md
61
README.md
@@ -1,16 +1,57 @@
|
|||||||
# Projekt: {{.RepoName}} [](https://git.pi-farm.de/{{.Owner.Name}}/{{.RepoName}}/actions)
|
# docker-baseimage-alpine-lighttpd
|
||||||
|
Alpine Baseimage with s6-overlay and lighttpd
|
||||||
|
|
||||||
|
[](https://git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd/actions)
|
||||||
|
[](__REPO_URL__)
|
||||||
|
|
||||||
This repository is built and pushed automatically.
|
This repository is built and pushed automatically.
|
||||||
|
|
||||||
### 🏗️ Platform Support
|
|
||||||
| Architecture | Status | Base-Image |
|
|
||||||
| :--- | :--- | :--- |
|
|
||||||
| **x86_64** (amd64) | ✅ Active | `__BASE_IMAGE__` |
|
|
||||||
| **aarch64** (arm64) | __ARM_STATUS__ | `__BASE_IMAGE__` |
|
|
||||||
|
|
||||||
### 🚀 Docker Pull Command
|
|
||||||
|
### 🏗️ Platform Support
|
||||||
|
| Architecture | Status | Base Image | Build Date |
|
||||||
|
| :--- | :--- | :--- | :--- |
|
||||||
|
| x86_64 (amd64) | ✅ Active | alpine:3.23 | 23.02.2026 13:48 |
|
||||||
|
| aarch64 (arm64) | ✅ Active | alpine:3.23 | 23.02.2026 13:48 |
|
||||||
|
|
||||||
|
### 🚀 Docker Pull
|
||||||
```bash
|
```bash
|
||||||
docker pull git.pi-farm.de/{{.Owner.Name}}/{{.RepoName}}:latest
|
docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd:1.4.82
|
||||||
```
|
```
|
||||||
---
|
### 🚀 Docker Compose
|
||||||
*Last updated on: __DATE__*
|
```yaml
|
||||||
|
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
|
||||||
|
```bash
|
||||||
|
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 13:48*
|
||||||
|
|
||||||
|
### 📜 Version History
|
||||||
|
| Version | Date | Status |
|
||||||
|
| :--- | :--- | :--- |
|
||||||
|
| **1.4.82** | 23.02.2026 13:48 | root/defaults/lighttpd.conf hinzugefügt ✅ |
|
||||||
|
|||||||
1
VERSION.history
Normal file
1
VERSION.history
Normal file
@@ -0,0 +1 @@
|
|||||||
|
| **1.4.82** | 23.02.2026 13:48 | root/defaults/lighttpd.conf hinzugefügt ✅ |
|
||||||
@@ -1 +1,14 @@
|
|||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user