cinetube / docker-htmly

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Dockerfile 65.1%Language:Shell 33.0%Language:PHP 1.9%