Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rokerkony/dockerize-vps

Set your VPS with docker for multiple websites
https://github.com/rokerkony/dockerize-vps

Last synced: 9 days ago
JSON representation

Set your VPS with docker for multiple websites

Awesome Lists containing this project

README

        

# Example how to set up VPS with docker for multiple websites

Example show 2 applications:
- [konradcerny.cz](http://konradcerny.cz) with `nginx:latest` and `PHP 5.5`
- [my-other-site.com](http://my-other-site.com) with `nginx:latest` and `PHP 7.0`

Application code should be located in `/srv/www/konradcerny.cz` or `/srv/www/my-other-site.com`.
Content of these folders will linked as a volume to proper image.

For more information follow this article on [medium.com](https://medium.com/@rokerkony/how-to-set-your-vps-with-docker-containers-for-multiple-websites-55524e59cae1)