Skip to content

Docker PHP repository to accompany the YouTube series

Notifications You must be signed in to change notification settings

SmudaE-Commerce/docker-php

 
 

Repository files navigation

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.

About

Docker PHP repository to accompany the YouTube series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 88.4%
  • Shell 10.4%
  • PHP 1.2%