I get an Nginx 503 error when using Laradock to deploy a Laravel App
问题 Months ago I deployed a Laravel app ( laravel1 ) using Laradock and Jwilder Nginx Proxy. Recently I tried to deploy a second Laravel app ( laravel2 ), by using the same configuration values in both .env and docker-compose.yml files. However, I am getting the Nginx 503 error: 503 Service Temporarily Unavailable / Nginx To give more context, this is the structure of my directories, where Laravel1 is the first app I deployed which is currently working fine, and Laravel2 which has the 503 error.