bhgraham / myhouseonthecorner.com

Docker compose project for myhouseonthecorner.com. Ghost blog, fgallery, with docker volumes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myhouseonthecorner.com

Docker compose project for myhouseonthecorner.com. Ghost blog, fgallery, with docker volumes.

Refresh upstram containers.

make refresh;

Rebuild and restart all containers in one step.

make reload;

Build instructions.

make build;

Run instructions.

make run;

Stop all containers.

make stop;

Remove the built containers.

make clean;

Remove dangling images.

make clean-images;

About

Docker compose project for myhouseonthecorner.com. Ghost blog, fgallery, with docker volumes.

License:GNU General Public License v2.0


Languages

Language:Shell 74.0%Language:HTML 14.7%Language:Makefile 11.4%