Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 494 Bytes

File metadata and controls

13 lines (8 loc) · 494 Bytes

Docker Development Template

This Docker template provides a base setup for developing web applications using Nginx, PHP-FPM, Memcached, and MySQL.

Configuration

  • Nginx: Configuration files can be found in the .docker/nginx/ directory.
  • PHP-FPM: Configuration files are located in the .docker/php/ directory.
  • MySQL: Database configuration files can be found in the .docker/mysql/ directory.

Volumes

  • MySQL: Data files are mounted inside docker container.