Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 435 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 435 Bytes

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_APACHE and VOLUME_DB in .env. VOLUME_APACHE 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