Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 726 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 726 Bytes

DOCKER PHP 8.1 Structure Cloud Production Ready

This is a docker compose project for developing code with PHP 8 and mysql 8.0.22

Summary

This package is built for development of PHP 8.1 project. We also try to gather things and containers that used to implement PHP 8.1 for open-source project

  • Main Goal: A flexible tool for building PHP 8.1 project
  • Includes:
    • PHP 8.1 PHP FPM
    • NGINX latest veriosn of alpine nginx
    • MySQL 8.0.22 The most common version of MYSQL DB
    • TimeZone We set Asia\Tehran Timezone for PHP

Getting Started

For starting simply use this command

docker-compose up -d

For stopping the containers use this command

docker-compose down