https://github.com/linuxeye/docker-apache
https://github.com/linuxeye/docker-apache
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxeye/docker-apache
- Owner: linuxeye
- License: mit
- Created: 2024-03-19T06:23:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T10:26:57.000Z (almost 2 years ago)
- Last Synced: 2024-03-20T09:38:49.669Z (almost 2 years ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Apache
**Available Architectures:** `amd64`, `arm64`
## 🐋 Available Docker tags
#### Rolling releases
The following Docker image tags are rolling releases and are built and updated every night.
| Docker Tag | Git Ref | Available Architectures |
|----------------------------------|--------------|-----------------------------|
| **[``][tag_latest]** | main | `amd64`, `arm64` |
#### Point in time releases
The following Docker image tags are built once and can be used for reproducible builds. Its version never changes so you will have to update tags in your pipelines from time to time in order to stay up-to-date.
| Docker Tag | Git Ref | Available Architectures |
|----------------------------------|--------------|-----------------------------|
| **[``][tag_latest]** | git: `` | `amd64`, `arm64` |
> 🛈 Where `` refers to the chosen git tag from this repository.
> ⚠ **Warning:** The latest available git tag is also build every night and considered a rolling tag.
## ∑ Environment Variables
The provided Docker images add a lot of injectables in order to customize it to your needs. See the table below for a brief overview.
>
> If you don't feel like reading the documentation, simply try out your `docker run` command and add
> any environment variables specified below. The validation will tell you what you might have done wrong,
> how to fix it and what the meaning is.
Verbosity
DEBUG_ENTRYPOINT
DEBUG_RUNTIME
System
NEW_UID
NEW_GID
TIMEZONE
## 📂 Volumes
The provided Docker images offer the following internal paths to be mounted to your local file system.
Data dir
Config dir
/var/www/default/
/shared/httpd/
/etc/httpd/
/etc/httpd-custom.d/
## 🖧 Exposed Ports
When you plan on using `443` you must enable SSL via environment variables, otherwise nothing will be listening on that port.
| Docker | Description |
|--------|-------------|
| 80 | HTTP listening Port |
| 443 | HTTPS listening Port |
## 🧘 Maintainer
**[@linuxeye](https://github.com/linuxeye)**
**Findme:**
**🐋** [bypanel](https://hub.docker.com/u/bypanel)
Thanks **[@cytopia](https://github.com/cytopia)**