andreiio / webenv-httpd

Apache docker image for local development

Repository from Github https://github.comandreiio/webenv-httpdRepository from Github https://github.comandreiio/webenv-httpd

webenv-httpd

Apache docker image for local development that generates a self-signed wildcard certificate on the first run, based on the DOMAIN environment variable.

Check out the main webenv repo for more information.

Usage

docker create \
--name=webenv-httpd \
-p 80:80 \
-p 443:443 \
-e DOMAIN=<example.tld> \
-e FCGI_URL=<hostname> \
-e PUID=<uid> \
-e PGID=<gid> \
-v </path/to/config>:/config \
-v </path/to/www>:/www \
andreiio/webenv-httpd

About

Apache docker image for local development

License:Mozilla Public License 2.0


Languages

Language:Shell 100.0%