/docker-htmly

Dockerfile and misc for running HTMLy on Alpine/nginx/php-fpm

Primary LanguageDockerfileApache License 2.0Apache-2.0

Docker image for HTMLy blogging platform

Currently doesn't work - in progress.

Usage

Build the image:

docker build -t you/imagename .

Start the image:

docker run -v /data:/data -p 80:80 you/imagename

Browse to http://dockerip/installer.php to start the install process.

Volume structure

  • htdocs: Webroot
  • logs: Nginx/PHP error logs