Multiple Ghost Blogs Using Docker
How do I create multiple blogs? What changes should I make in the config?
I used this article to set up my test blog site:
And I've seen other tutorials on the internet where some people are using Nginx container and some others are installing nginx directly on the host. Which method should I choose?
1 Reply
rgerke
Linode Staff
If you're going to be setting up multiple Ghost blogs on the same Linode, one instance of Nginx should do the trick. You'll just need to configure it for multiple Ghost instances.
I found this blog that shows you how to do it behind an Nginx-proxy image:
Host Multiple Websites On One VPS With Docker and Nginx
Nginx server blocks should work for you as well: