Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.

Repository files navigation

Docker PHP

A Docker-based installer for PHP environment.

Getting Started

  1. If not already done, install Docker Compose
  2. Run docker-compose build --pull --no-cache to build fresh images
  3. Run docker-compose up (the logs will be displayed in the current shell)
  4. Run docker-compose down --remove-orphans to stop the Docker containers.

Features

  • For development only!
  • Just 1 service : PHP FPM
  • Xdebug enabled
  • Super-readable configuration

Enjoy!

Docs

Xdebug

Credits

Created by Aurélien Tournayre.

Based on Symfony Docker.

About

A Docker-based installer for PHP 8.1 environment.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from dunglas/symfony-docker