usandourkids525 / horde-apache

Run a horde installation with apache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

horde-apache

A container image adding an Apache Webserver to maintaina-com/horde-composer-docker. The image exposes port 80.

This image is automatically build using a Github Actions workflow. The workflow is triggered when changes are made to this repository. In addition, successful builds of maintaina-com/horde-composer-docker will trigger a rebuild of this image, too.

The image does not come with a Horde configuration file.

How to Use the Image

You may need to login your docker installation to the Github Packages registry:

https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages

To build a another image on top of this one, use the following in your Dockerfile:

FROM docker.pkg.github.com/maintaina-com/horde-apache/horde-apache:latest

Note: The image starts Apache using CMD. If you use ENTRYPOINT or CMD in your Dockerfile, it will cancel the launch of Apache.

To start a container based on this image, run:

docker run -d -p 8080:80 --name my-horde-apache docker.pkg.github.com/maintaina-com/horde-apache/horde-apache:latest

Then, navigate to localhost:8080 in your browser to access Horde.

About

Run a horde installation with apache


Languages

Language:Dockerfile 100.0%