Skip to content

Latest commit

 

History

History
 
 

docker-compose

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

docker-compose Deployment Tutorial

-Put the packaged front-end files in the nginx/html directory

  • # start up
    docker-compose up -d
  • # Check the running status
    docker ps
  • # end run
    docker-compose down