Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kunkka王辉
docker-test
Commits
af488200
Commit
af488200
authored
Sep 22, 2023
by
Kunkka王辉
😲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
安装脚本优化
parent
6137f736
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.env.example
.env.example
+1
-0
README.md
README.md
+1
-1
No files found.
.env.example
View file @
af488200
...
...
@@ -3,6 +3,7 @@ ENV=dev
# 服务宿主机的端口
PORT=8118
PORT_CRM=8181
PORT_CRM_CLIENT=8290
# 代码目录,含前后端
CODE_DIR=/home/wh/workplace/code_test
JAVA_PROFILE=innerdev
...
...
README.md
View file @
af488200
...
...
@@ -3,7 +3,7 @@
## Get Start
```
# 安装dev环境到本地
curl
http://192.168.11.163/demo/install.sh | bash -s
dev
curl
-o install.sh http://192.168.11.163/demo/install.sh | bash install.sh
dev
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment