ilcibe / SimpleStartDocker

SIMPLE START WITH DOCKER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

SIMPLE START WITH DOCKER


Languages

Language:Dockerfile 98.2%Language:PHP 1.8%