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

A Docker-based installer and runtime for Symfony. Install: download and `docker compose up`.

Results 57 symfony-docker issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm using this Docker set up for a few of my projects and every now and then they just start locking up, and timing out. I've done a little debugging...

I'm facing a weird issue 2 days ago, everything was working fine until last week, when I create any file inside Entity folder, and try to generate migration, the migration...

support

Hi, Thx for this template, very useful ! :pray: Many resources suggest using an unprivileged user in container in order to prevent privilege escalation attacks(e.g. OWASP https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html#rule-2-set-a-user or Docker docs...

enhancement
help wanted
documentation

As composer install in run with `--no-scripts` option, symfony flex will not run so symfony.lock is not required **This PR is more of a question than an actual PR**

Hello everyone ! Very nice project to start quickly symfony app in the modern environment. Thanks for sharing this work, it helps a lot. It would be awesome if the...

enhancement
help wanted
documentation

Caddy is trying to install a root certificate but can't find certutil. This would help integrate certificates into the local trust store, which may be useful during local development. The...

Hi everyone! I'm on a Macbook Air M2 2022 and i'm trying to create the database with MySQL instead of PostgreSQL, but when i run: ```shell docker compose exec php...

bug
stalled

The docs page for [Installing on an Existing Project](https://github.com/dunglas/symfony-docker/blob/main/docs/existing-project.md) is missing a step. ## The problem When following the guide, the app container does not start correctly because the dependency...

After the build, it fails whenever I try to make the container up (`container for service "php" is unhealthy`). In the logs I see the following: ``` frankentest-php-1 | panic:...