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 setup up the default installation and added some secrets with symfonys secrets:set command. When running docker-compose build, it fails on composer install because the secrets are not in the...

support

I'm not sure what made this but since a few days when building for production, some URLs are generated as http://domain:443 instead of https://domain I'm not sure how to debug...

enhancement
help wanted
documentation

Hello, I'm trying to dockerize a `Symfony 5.4` project that is currently working on, after follow the instructions here indicated: https://github.com/dunglas/symfony-docker/blob/main/docs/existing-project.md and after build my dockerfile, I've get that my...

bug
support

For environment like Digital Ocean App Platform you need to setup your app as a one container. To easily use of such service would need to combine PHP-FPM and Caddy...

support

Today as I deployed, I had a problem with a dependency during cache warmup after upgrading to 6.0. Our dependency was updated in the source code but some layer issues...

enhancement
help wanted
documentation

Hi! I started using the docker-compose configuration provided by this repository in order to support Mercure in my app. After some tinkering, I got it to work within the dockerized...

enhancement

If you have an unreachable database specified in DATABASE_URL env at start, the docker-entrypoint.sh exits after 60 retries. Then the docker-compose automatically restarts it. This gave me 2 false impressions:...

support

Hello, while trying to install wkhtmltopdf with the following code ``` RUN apk add --no-cache wkhtmltopdf xvfb ttf-dejavu ttf-droid ttf-freefont ttf-liberation RUN ln -s /usr/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf RUN chmod +x /usr/local/bin/wkhtmltopdf...

question
support

Cloned the repo, fails at first step ```Run docker compose build --pull --no-cache to build fresh images``` with the following error: ```yaml: line 9: did not find expected tag URI```

support
cannot reproduce