Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 490 Bytes

SIMPLE START WITH DOCKER (nginx + php + mysql)

Simple start in local with docker (separate services).

What will be installed in the docker

The following libraries will be installed:

  • nginx 1.18
  • php 7.4 npm
  • mysql 5.7
  • npm 9.x
  • composer

How to use

Open the terminal, go to the folder interested and clone this repo.

Later run the command docker-compose build and docker-compose up.

last step, open the browser at link: http://localhost:8080.