deploy:修复init执行报错问题

This commit is contained in:
fanxb 2020-05-10 21:43:06 +08:00
parent ee84f8d68e
commit 6bd68544c6
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ docker 镜像 构建文件为本目录下的`Dockerfile`,已经生产推送到
export SMTP_PORT=465
# 文件存储路径
export BOOKMARK_FILE_SAVE_PATH=./fileSave
# 服务部署地址
# 服务部署地址(需要改为真实前端访问地址)
export BOOKMARK_HOST=http://localhost:8080
```

View File

@ -4,9 +4,9 @@ base=$(cd "$(dirname "$0")";pwd)
# 创建es存放数据文件夹并设置读写权限
# mkdir $base/es/data>/dev/null 2>&1
chmod 777 $base/es/data
#chmod 777 $base/es/data
sysctl -w vm.max_map_count=262144>/dev/null 2>&1
#sysctl -w vm.max_map_count=262144>/dev/null 2>&1
# 用于前后端打包