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 47 symfony-docker issues
Sort by recently updated
recently updated
newest added

HI) After running docker compose up got this error Attaching to www-root-caddy-1, www-root-php-1 Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable...

During the building process the files composer.* symfony.* are missing.

bug
help wanted

Since php extensions installation process is not easy and adding more of them can clutter your dockerfile making it unreadable, usually I use this script to do this task https://github.com/mlocati/docker-php-extension-installer...

enhancement

There is a way to deploy the project with many domains (sub-domains) ? like : ```bash SERVER_NAME=fr.example.com, en.example.com \ APP_SECRET=ChangeMe \ CADDY_MERCURE_JWT_SECRET=ChangeMe \ docker compose -f docker-compose.yml -f docker-compose.prod.yml up...

question

This is a link to my full repository: https://github.com/tech0tron/civstock-symfony When I run docker-compose build --pull --no-cache it gives this error on Step 36: ``` + composer run-script post-install-cmd Run composer...

As per https://github.com/dunglas/symfony-docker/issues/129

enhancement
help wanted
documentation

``` Building caddy Sending build context to Docker daemon 54.11MB Step 1/40 : ARG PHP_VERSION=8.0 Step 2/40 : ARG CADDY_VERSION=2 Step 3/40 : FROM php:${PHP_VERSION}-fpm-alpine AS symfony_php ---> 52c511f481c5 Step...

enhancement
help wanted

Hi Im trying to use docker with default settings but I have problem with Caddy. When I open http://localhost I see in logs and its redirected to https: `caddy_1 |...

support
stalled

Title says it all, with latest version of main. ![image](https://user-images.githubusercontent.com/28731165/122984962-e463bd00-d39d-11eb-9913-a035dc437db3.png)

stalled
missing information
cannot reproduce

Passing a custom `SYMFONY_VERSION` when building the project with `SYMFONY_VERSION=5.2.* docker-compose build` will only be used when building the `php` image, but not when building `caddy` (which needs to copy...

bug