Do we really want to have :8001 :8888 :8080 in URLs? I will show how to easily setup and maintain multiple sites (locations, environments) with Docker and Nginx as reverse proxy. At the end we'll use php config file where we map hostnames and ports and generate Nginx config so we have fully functional multi website server only with Docker and PHP.

Comments

Comments are closed.

Miro Svrtan at 10:07 on 1 Dec 2016

Really nice talk from Zoran about using docker to run multiple websites easy in development.

I have been playing a bit with docker in last few months and some tricks he showed us were really helpful in understanding and upgrading my current setup.