Files
oss-scripts/nocobase/README.md
2026-08-13 20:33:13 +08:00

18 lines
447 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# NocoBase配置
离线镜像下载https://pan.quark.cn/s/037bf2962eba
加载离线镜像:
```yaml
docker load -i nocobase-2.1.39-full.tar.gz
docker load -i postgres-16.tar.gz
```
下载脚本:`wget https://git.ossdate.com/fivemoons/oss-scripts/raw/branch/main/nocobase/docker-compose.yml`
启动:`docker compose up -d`
启动后使用浏览器打开:`http://IP:13000`
默认用户名和密码为`admin@nocobase.com``admin123`