nginx:latest with a customised default.conf for reverse proxying to a container running ghost
717
The official nginx:latest with a customised default.conf designed for reverse proxying to a container running ghost.
Use nginx-ssl-ghost for the SSL version.
$ docker run -d --link my_ghost_container:ghost gordonchan/nginx-ghost
This image assumes the hostname ghost will connect to the container running the ghost application. If this is not the correct name, you will need to create an alias as described in the example above.
We also assume the default ghost port is exposed (2368).
Copyright (c) 2015 Gordon Chan. Released under the MIT License. It is free software, and may be redistributed under the terms specified in the LICENSE file.
Content type
Image
Digest
sha256:20a2df83b…
Size
42.6 MB
Last updated
almost 8 years ago
docker pull gordonchan/nginx-ghost