Last active
December 31, 2015 01:19
-
-
Save bennetimo/0ab18d783557438c6145 to your computer and use it in GitHub Desktop.
Data only Docker container for Ghost and MariaDB. See http://coderunner.io/hello-blog-an-advanced-setup-of-ghost-and-docker-made-simple/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ghost | |
| MAINTAINER Tim Bennett <tim@coderunner.io> | |
| # Create required volumes | |
| VOLUME ["/var/lib/mysql", "/var/lib/ghost"] | |
| ENTRYPOINT ["/bin/bash"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment