https://github.com/mmornati/docker-ghostblog-cloudinary
100K+
git clone https://github.com/mmornati/docker-ghostblog.git
cd docker-ghostblog
docker build -t mmornati/docker-ghostblog .
docker pull mmornati/docker-ghostblog
docker run -d -p 80:2368 mmornati/docker-ghostblog
docker run -d -p 80:2368 -e [ENVIRONMENT_VARIABLES] -v <override-dir>:/ghost-override mmornati/docker-ghostblog
Environment variables are used to personalise your Ghost Blog configuration. Could be:
NB: Knowing the ghostblog is run using a 'non root user' (ghost), you cannot start the nodejs process on a port less than 1024.
A complete running command line could be:
docker run -d -p 2368:2368 -e WEB_URL=http://test.blog -e SERVER_HOST=12.4.23.5 -e SERVER_PORT=4000 -e CLOUDINARY_URL=cloudinary://87237872387:aaaaaaaaaaaa@blog-mornati-net -v /opt/data:/ghost-override dockerfile/ghost
Content type
Image
Digest
Size
46.1 MB
Last updated
almost 9 years ago
docker pull mmornati/docker-ghostblog-cloudinary