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.
Phoenix 7beb84b385 s 8 months ago
..
nginx s 8 months ago
README.md s 8 months ago
docker-compose.yml s 8 months ago

README.md

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