Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
XuBailing
/
CongMa
like
0
Configuration error
App
Files
Files
Community
107f987
CongMa
/
views
/
docker-compose
/
readme.md
XuBailing
Upload 243 files
107f987
over 1 year ago
preview
code
|
raw
Copy download link
history
blame
Safe
250 Bytes
docker-compose 部署教程
将打包好的前端文件放到
nginx/html
目录下
#
启动
docker-compose up -d
#
查看运行状态
docker ps
#
结束运行
docker-compose down