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

In the caddyfile we have 3 env var to provider a custom config for Caddy : - $CADDY_GLOBAL_OPTIONS - $CADDY_EXTRA_CONFIG - $CADDY_SERVER_EXTRA_DIRECTIVES A new documentation page to explain their use...

enhancement
help wanted
documentation

First off, thank you for providing such a valuable tool in the Symfony Docker setup. I came across the ["running as root" topic](https://github.com/dunglas/symfony-docker/issues/132) in the containers. While I understand the...

support
stalled

Hi there! I am excited to share that I have created a fully customizable and stable Helm chart for production usage that is compatible with the symfony-docker containers. I've adapted...

RFC

Recently I installed a Symfony 6 app with Symfony Docker. I needed Doctrine DBAL but did not want to add the entire ORM. Unfortunately the DBAL and ORM are currently...

help wanted
question

In the docs https://github.com/dunglas/symfony-docker/blob/main/docs/production.md there last section says that you can pass env variables adding the .env.prod.local env_file to compose.prod.yaml. I've added it, and created .env.prod.local: ``` SERVER_NAME=your-domain-name.example.com APP_SECRET=ChangeMe CADDY_MERCURE_JWT_SECRET=ChangeThisMercureHubJWTSecretKey...

support
cannot reproduce

Hey guys im trying to run my app in production mode (works fine in dev mode) When running: `docker compose -f compose.yaml -f compose.prod.yaml up -d --wait` I get: With...

support

Fixes #538 by specifying a different `conf.d` directory (`app.conf.d`) for loading the ini files. Renamed the files to numerical prefixes so they are loaded in the correct order. Default first,...

https://github.com/dunglas/symfony-docker/issues/538 As php takes the last ini value set, in frankenphp/conf.d The order currently is: app.dev.ini app.ini Expected would be: app.ini app.dev.ini This renames app.dev.ini to app.zzz-dev.ini so it is...

Hello, I followed this part of the documentation on a **fresh install** : [Using Custom TLS Certificates](https://github.com/dunglas/symfony-docker/blob/main/docs/tls.md#using-custom-tls-certificates). This error is displayed in the php container's logs : ``` Error: adapting...

support

### Title Serving Symfony Welcome Page with Docker Compose Opens phpinfo() Instead ### Description I encountered an issue when trying to run the Symfony Docker setup as described in the...