You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2022. It is now read-only.
git clone https://github.com/drgomesp/symfony-docker
cd symfony-docker
# README says we need jwilder/nginx-proxy so...
docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock:ro jwilder/nginx-proxy
docker-compose up -d --build
At this point I realise that composer install hasn't been run so:
docker-compose run symfony-docker composer --prefer-source install
Going to http://localhost/ gives me 503 Service Temporarily Unavailable.
Going to http://localhost:81/ gives me Unable to create the cache directory (/app/var/cache/dev)
Following the instructions at the link in the README also fails in a similar way: