Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/migueabellan/docker-sf4
- Owner: migueabellan
- License: mit
- Created: 2018-08-23T09:14:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T09:45:44.000Z (over 6 years ago)
- Last Synced: 2024-11-11T07:44:59.407Z (2 months ago)
- Topics: docker, docker-compose, mysql, nginx, php72-fpm, symfony4
- Language: Dockerfile
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```