Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thegarious/docker-symfony-4
Docker for Project Symfony 4
https://github.com/thegarious/docker-symfony-4
Last synced: 21 days ago
JSON representation
Docker for Project Symfony 4
- Host: GitHub
- URL: https://github.com/thegarious/docker-symfony-4
- Owner: TheGarious
- Created: 2017-12-14T18:33:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T08:43:07.000Z (about 7 years ago)
- Last Synced: 2024-11-09T14:43:19.186Z (3 months ago)
- Language: Shell
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-symfony-4
==============[![Build Status](https://secure.travis-ci.org/eko/docker-symfony.png?branch=master)](http://travis-ci.org/eko/docker-symfony)
# Installation
First, clone this repository:
```bash
git clone yourgit.git into project/local.project.comFor stop the docker services:
```bash
./docker.sh start
```For stop the docker services:
```bash
./docker.sh build
```Rebuild all container:
```bash
./docker.sh stop
```List container started:
```bash
./docker.sh stop
```For more information:
```bash
./docker.sh build -h
./docker.sh start -h
./docker.sh stop -h
```You can access Nginx and Symfony application logs in the following directories on your host machine:
* `logs/nginx`
* `logs/symfony`# Use Kibana!
You can also use Kibana to visualize Nginx & Symfony logs by visiting `http://symfony.dev:81`.