/php8-docker

Primary LanguageDockerfileGNU Affero General Public License v3.0AGPL-3.0

Php Docker Environment

Local development instructions

Requirements

  • Docker
  • Docker compose

Steps

  1. Clone this repository
  2. Create a .env file for this repository and configure desired options for the application path, Xdebug, nginx and database settings (example in .env.template)
  3. Do the same in the application directory cloned in the first step.