Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 527 Bytes

Sandeep

模板主页

可以访问 模板主页 获取模板详细信息。

Docker 部署说明

docker run -d \
    --name sandeep \
    -p 80:80 \
    --restart=always \
    -v "$(pwd)"/wwwroot:/app/wwwroot \
    -e SSCMS_SECURITY_KEY=e2a3d303-ac9b-41ff-9154-930710af0845 \
    -e SSCMS_DATABASE_TYPE=SQLite \
    sscms/core:latest

运行后访问地址 http://localhost/ss-admin/ 即可进入后台,默认用户名密码为: admin/admin888