docker-symfony icon indicating copy to clipboard operation
docker-symfony copied to clipboard

Run a Symfony application using Docker & docker-compose

Results 10 docker-symfony issues
Sort by recently updated
recently updated
newest added

I'm getting this error (symfony error): 2022/03/06 17:33:44 [error] 32#32: *6 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.17.5.1, server: symfony.localhost, request: "GET...

Hi there, I've just cloned the project and ran ```docker-compose up -d``` Have added ```127.0.0.1 symfony.localhost``` to my hosts as mentioned on localhost Everything works like a charm (kibana, phpmyadmin)...

Hi there. That's an awesome Dockerfile, but still need some improvement to be production ready: I was wondering how can it support HTTPS only Symfony projects? Can this be done...

Patterns for Logstash need to be updated to match Symfony 3 messages. For example, [SecurityContext](https://github.com/eko/docker-symfony/blob/master/elk/logstash/patterns/symfony.conf#L30) is no longer used.

Hi @eko @automatix , the `db` container up fails on Windows 10, after the adding of `volumes` in `docker-compose.yml` for db container. It works if you remove `volumes` from `docker-compose.yml`...

Hi guys! The build is failing. The PHP extensions cannot be found and installed. Any idea, how to solve the issue? Thx ``` $ docker-compose build ... #6 [ 2/12]...

Hi @eko , I would like to add a new specific standalone container in **docker-compose** with **PHPMyAdmin** to manage **MySQL databases** quickly. This container would be ready for use with...

Hello. After I start the image, I open http://127.0.0.1/ and see "Welcome to Nginx" page, but not my app. What am I doing wrong? What should I configure? My environment:...

Hi, (Context: Windows 10.) I was a bit unhappy with the naming and changed some names, e.g. the log files names or the database name. I'm going to create a...

After setting up and running on a Digital Ocean droplet (4 GB RAM) I had multiple problems. Logstash was able to set up an index in Elasticsearch - `logstash-2020.12.09-000001` -...