Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/migueabellan/docker-sf4

Docker-compose for Symfony 4 (PHP72-FPM - NGINX - MySQL)
https://github.com/migueabellan/docker-sf4

docker docker-compose mysql nginx php72-fpm symfony4

Last synced: 13 days ago
JSON representation

Docker-compose for Symfony 4 (PHP72-FPM - NGINX - MySQL)

Awesome Lists containing this project

README

        

# Docker Symfony 4

> Docker-compose for Symfony (PHP72-FPM - NGINX - MySQL)

Create a `.env`

```sh
$ cp .env.dist .env
```

Build and run container

```sh
$ docker-compose build
$ docker-compose up -d
```

Copy your symfony 4 in `web/` folder

```sh
$ web/
```

Access project

```sh
http://localhost:1180
```