Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
leurez
/
moss
like
4
Runtime error
App
Files
Files
Community
2
main
moss
/
docker-compose
/
readme.md
xianqiu
change the port
61ede3b
over 1 year ago
preview
code
|
raw
Copy download link
history
blame
contribute
delete
Safe
250 Bytes
docker-compose 部署教程
将打包好的前端文件放到
nginx/html
目录下
#
启动
docker-compose up -d
#
查看运行状态
docker ps
#
结束运行
docker-compose down