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

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

for start LEMP:

docker-compose up -d --build
docker-compose exec service composer install -vvv
docker-compose exec service php bin/console server:start *:80

for stop LEMP:

docker-compose down