🐳 修改 docker 构建逻辑.
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
version: '3.3'
|
||||
|
||||
# latest = 2.4.1
|
||||
|
||||
# 支持以下源
|
||||
# lijiahangmax/*
|
||||
# ghcr.io/dromara/*
|
||||
# registry.cn-hangzhou.aliyuncs.com/orionsec/*
|
||||
|
||||
services:
|
||||
ui:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-ui:latest
|
||||
|
||||
@@ -26,7 +26,7 @@ while [[ $# -gt 0 ]]; do
|
||||
locally_build=true
|
||||
shift
|
||||
;;
|
||||
-latest|latest-image)
|
||||
-latest|--latest-image)
|
||||
latest_image=true
|
||||
shift
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user