This repository was archived by the owner on Apr 25, 2022. It is now read-only.
This repository was archived by the owner on Apr 25, 2022. It is now read-only.
Update installation/usage instructions - or am I doing something wrong? #37
Open
Description
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:
http://drgomesp.github.io/symfony-docker/
Installing using composer:
composer create-project drgomesp/symfony-docker
cd symfony-docker
docker-compose up -d
Am I doing something wrong? Or is the readme outdated?
Metadata
Metadata
Assignees
Labels
No labels