docker-symfony
docker-symfony copied to clipboard
:whale: A docker multicontainer with NGINX, PHP7-FPM, MySQL and ELK (Elasticsearch Logstash and Kibana)
When doing docker-compose up on osx I get an error message: db_1 | chown: changing ownership of '/var/lib/mysql/': Operation not permitted maxpou_db_1 exited with code 1 When I do a...
I don't think it makes sense to force the use of symfony.dev. It's quite restrictive for example if you want to run multiple of this build on a server, you...
Current symfony.conf file: `server { server_name symfony.dev; root /var/www/symfony/web; location / { try_files $uri @rewriteapp; } location @rewriteapp { rewrite ^(.*)$ /app.php/$1 last; } location ~ ^/(app|app_dev|config)\.php(/|$) { fastcgi_pass php-upstream;...
Would you consider adding support for Symfony 3.4+ applications either on a separate branch or by way of an environment variable or some such? The nginx configuration would need to...
Hi, thanks for your work. I have a problem, which I can't handle by self. All things configured as described in readme. And generally symfony app works, but until I...
Makes Nginx respond always as if one asks for `symfony.local`, so you can use any hostname as long as the request ends up on this container.
This probably isn't a real issue but I don't get XDebug to work on my machine. Can anyone point at a good tutorial or give some pointers?
Hi, as I'm working on international project, I'm taking the advantage of the `intl` PHP extension. Symfony also recommends to install it. I tried many different options, but couldn't get...