docker-symfony
docker-symfony copied to clipboard
:whale: A docker multicontainer with NGINX, PHP7-FPM, MySQL and ELK (Elasticsearch Logstash and Kibana)
Hello, First, let me thank you for this project. This PR has the same goal than #68 , meaning using a custom env variable for the server name (for the...
Hi, I tried to add the official nodejs image, so that we can run ``node`` and ``npm``. However, by following the readme on how to add other images, this seems...
``` shahzad@shahzad:/var/www/html/symfony4-docker-2019$ docker-compose exec php bash root@ad11b6762213:/var/www/symfony# composer create-project symfony/website-skeleton symfony Do not run Composer as root/super user! See https://getcomposer.org/root for details Installing symfony/website-skeleton (v4.2.5.2) - Installing symfony/website-skeleton (v4.2.5.2): Downloading...
According to the current [README.md](../blob/0850b15fe31fdd29626d338e5125c44802c26196/README.md) the following command should append the new host to the `/etc/hosts` file although the following error happens: ```bash $ sudo echo $(docker network inspect bridge...
According to @BretFisher from Docker, 'So far, the Nginx + PHP-FPM combo is the only scenario that I recommend using multi-service containers for. It's a rather unique problem that doesn't...
Use official nginx image ( closes #87 ), incidentally it will also support host name as an environmental variable ( closes #6 ).
Hi and pls sorry for my question but on point "Prepare Symfony app" i can not figure it out how to install symfony! I think i have to copy files...