teracy-blog docker images from https://github.com/teracyhq/blog
649
How to run blog with Docker in prod mode
From distributed Docker image:
$ docker run -p 8080:80 teracy/blog
or with docker-compose and from docker-compose.prod.yml file:
$ docker-compose -f docker-compose.prod.yml up
Then open <ip_address>:8080 to see static blog site served by nginx.
Content type
Image
Digest
Size
36.6 MB
Last updated
almost 9 years ago
docker pull teracy/blog