mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
chore: 调整镜像名称
This commit is contained in:
@@ -83,7 +83,7 @@ function _healthcheck() {
|
||||
echo
|
||||
}
|
||||
function _get_current_version() {
|
||||
de_current_version=$(grep "^ image:.*dataease2.0:" ${DE_RUNNING_BASE}/docker-compose.yml | awk -F'dataease2.0:' '{print $2}')
|
||||
de_current_version=$(grep "^ image:.*dataease:" ${DE_RUNNING_BASE}/docker-compose.yml | awk -F'dataease:' '{print $2}')
|
||||
echo $de_current_version
|
||||
}
|
||||
function status() {
|
||||
|
||||
Reference in New Issue
Block a user