A Docker image for Hugo with
Caddy webserver. This image includes the
git plugin. Plugins can be configured via the
plugins
build arg.
docker run -d -p 2015:2015 muninn/hugo-caddy
Point your browser to http://127.0.0.1:2015
if you run docker locally, or
http://yourdomain:2015
if deployed on remote server.
Copy the docker-compose.yml.example
to docker-compose.yml
and change the
PORT
and REPO
in it. Then:
docker-compose up -d
Just change the REPO Env to your hogo repo address.