fix(): 添加脚本生命

plus
DongZeLiang 2024-06-04 21:35:55 +08:00
parent 1e17d4b16a
commit 8ae450da92
4 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
docker run -d \
--name elasticsearch \
-e ES_JAVA_OPTS="-Xms512m -Xmx512m" \

View File

@ -1,2 +1,2 @@
docker netwrok create skywalking
docker network create skywalking

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
docker run -d \
--name skywalking-oap \
--restart always \

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
docker run -d \
--name skywalking-ui \
--restart always \