You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

265 B

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