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

:whale: The Symfony Docker Edition – featuring PHP 7, Docker and Docker Compose

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

Hello When I try to run **docker-compose up -d --build** I am getting an error Get:1 http://security-cdn.debian.org/debian-security buster/updates InRelease [39.1 kB] Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [118 kB] Get:4 http://security-cdn.debian.org/debian-security buster/updates/main...

Hello , i've clone your project , but i figure out that the docker symfony bundle dosen't exsit wchich i can't be able to finish your tuto

The gulp version in package.json is mentioned as `"gulp": "github:gulpjs/gulp#4.0",` Which throws the below error, > npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at...

Which values enter in `app/config/parameters.yml` for these parameters? ``` parameters: database_driver: pdo_mysql database_host: 127.0.0.1 database_port: ~ database_name: symfony database_user: root database_password: ~ ```

```bash git clone https://github.com/drgomesp/symfony-docker cd symfony-docker # README says we need jwilder/nginx-proxy so... docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock:ro jwilder/nginx-proxy docker-compose up -d --build ``` At this point I...