Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 888 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 888 Bytes

Docker - PHP

Docker PHP is a Docker and PHP repository which accompanies a YouTube tutorial.

Setup

  • For a standard build / setup, simply run docker compose up -d
  • For a development build which exposes DB ports and includes Xdebug, you can run the dev-mode shell script like so sh ./bin/dev-mode.sh -d
  • To run with Xdebug enabled, run XDEBUG_MODE=debug sh ./bin/dev-mode.sh -d --build

Branches

Each branch (except main, dev, and branches prefixed with 'feature') corresponds to an accompanying series lesson.

Contributing

Docker PHP is an Open Source project and contributions are welcome. The 'main' branch is read-only as this should not differ from the tutorials so please send pull requests to the develop branch.