### docker-compose Deployment Tutorial
-Put the packaged front-end files in the `nginx/html` directory
- ```shell
  # start up
  docker-compose up -d
  ```
- ```shell
  # Check the running status
  docker ps
  ```
- ```shell
  # end run
  docker-compose down
  ```