Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-common
Overview
Overview
Details
Activity
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
jianshuqin
dc-common
Commits
227c3931
Commit
227c3931
authored
Feb 29, 2020
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docker-entrypoint.sh
parent
a078f3d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docker-entrypoint.sh
docker-skywalking/6/6.6/oap/docker-entrypoint.sh
+3
-3
No files found.
docker-skywalking/6/6.6/oap/docker-entrypoint.sh
View file @
227c3931
...
...
@@ -58,7 +58,7 @@ cluster:
consul:
serviceName: \
${
SW_SERVICE_NAME
:
"SkyWalking_OAP_Cluster"
}
# Consul cluster nodes, example: 10.0.0.1:8500,10.0.0.2:8500,10.0.0.3:8500
hostPort: \
${
SW_CLUSTER_CONSUL_HOST_PORT
:
consul
:8500
}
hostPort: \
${
SW_CLUSTER_CONSUL_HOST_PORT
:
172.31.4.81:8500,172.31.2.78:8500,172.31.4.83
:8500
}
EOT
}
...
...
@@ -407,8 +407,8 @@ EOT
echo
"[Entrypoint] Apache SkyWalking Docker Image"
SW_CLUSTER
=
${
SW_CLUSTER
:-
standalone
}
SW_STORAGE
=
${
SW_STORAGE
:-
elasticsearch
}
SW_CLUSTER
=
${
SW_CLUSTER
:-
consul
}
SW_STORAGE
=
${
SW_STORAGE
:-
h2
}
SW_CONFIGURATION
=
${
SW_CONFIGURATION
:-
none
}
SW_TELEMETRY
=
${
SW_TELEMETRY
:-
none
}
...
...
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