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