Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 366 Bytes

Docker Symfony 🐳

Basic stack of containers for Symfony Application development.

Installation

  1. Create a .env file

    touch .env
  2. Build and run containers

    docker-compose build
    docker-compose up -d

Usage

Run docker-compose up -d and docker-compose ps

Nginx is now running at localhost