Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.76 KB

File metadata and controls

68 lines (46 loc) · 1.76 KB

apache

Docker Build GitHub Repo

These are docker images for Apache running on our Alpine Linux image.

Versions

For the available versions please look at Docker Hub or Quay or check the existing folders within the GitHub repository.

Volumes

  • /srv/www
  • /etc/apache2/custom.d

Ports

  • 8080

Available environment variables

APACHE_COMBINED_FORMAT = combinedio
APACHE_HEALTHCHECK_CODE = 200
APACHE_HEALTHCHECK_URL = http://localhost:${APACHE_PORT}/
APACHE_HOSTNAME = ${HOSTNAME}
APACHE_PORT = 8080
APACHE_PROXY_FORMAT = proxyio
APACHE_SERVER_SIGNATURE = Off
APACHE_SERVER_TOKENS = Prod
APACHE_SKIP_CHOWN = false
APACHE_SKIP_TEMPLATES = false
APACHE_TRACE_ENABLE = Off
APACHE_WEBROOT = /srv/www

Extracted by the command: grep -hE ': "\$\{(.*)\}"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: "\${//' | sed 's/:="/ = /' | sed 's/"}"$//' | sort | uniq

Inherited environment variables

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2018 Thomas Boerger <http://www.webhippie.de>