ChrisTaylorDeveloper / dockofony

Symfony running inside Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockofony

Run Symfony inside Docker containers. Useful for local development of a Symfony project.

Instructions

  1. Copy .env.sample to .env
  2. Provide a value for VOLUME_WEB and VOLUME_DB in .env. VOLUME_WEB is the path to your Symfony project.
  3. Run docker compose up --build
  4. The Symfony application should be available at http://localhost:8089 and the Adminer database browser at http://localhost:8087

About

Symfony running inside Docker


Languages

Language:Dockerfile 100.0%