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.

15 lines
265 B
Markdown

8 months ago
### 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
```