docker-symfony
docker-symfony copied to clipboard
:whale: A docker multicontainer with NGINX, PHP7-FPM, MySQL and ELK (Elasticsearch Logstash and Kibana)
Hi, When I fill in the following at step 4.iii: ``` $ sf3 doctrine:database:create ``` I get this error: ``` [Doctrine\DBAL\Exception\DriverException] An exception occured in driver: SQLSTATE[HY000] [1130] Host 'dockersymfony_php_1.dockersymfony_default'...
I'm run **docker-compose up --build -d** and the mysql container not run. It's exited: ```console 77ae1742b530 mysql "docker-entrypoint..." 7 minutes ago Exited (1) 7 minutes ago docker_db_1 8b5bab8e8f0b eugenmayer/unison "/entrypoint.sh...
Hi, I've got this error when I execute `docker-compose build` command ``` No releases available for package "pecl.php.net/xdebug" install failed ERROR: Service 'php' failed to build: The command '/bin/sh -c...
Hello Thank for you repo. Can you explain me how to integrate an SSL certificate on nginx
For symfony PHP needs a php accelerator. For example: - OPcache - APC - XCache - EAccelerator This makes everything so much faster, by default!
Hi, great repo! Is it possible to add environment variables to nginx config? For host name etc? Thanks in advance!