diff --git a/README.md b/README.md index 000322d..49629c8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ docker compose version ```shell # 下载安装脚本文件 git clone git@github.com:chaitin/safeline.git -# or use `wget https://github.com/chaitin/safeline/releases/download/v1.0.0/safeline.zip -O safeline.zip && unzip safeline.zip` +# or use `wget https://github.com/chaitin/safeline/releases/download/v1.0.1/safeline.zip -O safeline.zip && unzip safeline.zip` # 首次部署需执行 `./safeline-ce.sh` 生成初始化配置,默认安装在 `/data/safeline-ce/` 目录下 cd safeline diff --git a/compose.yaml b/compose.yaml index fd40a21..af4151a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -29,7 +29,7 @@ services: management: container_name: safeline-mgt-api restart: always - image: chaitinops/safeline-mgt-api:${IMAGE_TAG} + image: chaitin/safeline-mgt-api:${IMAGE_TAG} volumes: - ${HOST_RESOURCES_DIR}/management:/resources/management - ${HOST_RESOURCES_DIR}/nginx:/resources/nginx @@ -50,7 +50,7 @@ services: detector: container_name: safeline-detector restart: always - image: chaitinops/safeline-detector:${IMAGE_TAG} + image: chaitin/safeline-detector:${IMAGE_TAG} volumes: - ${HOST_RESOURCES_DIR}/detector:/resources/detector - ${HOST_LOGS_DIR}/detector:/logs/detector @@ -64,7 +64,7 @@ services: mario: container_name: safeline-mario restart: always - image: chaitinops/safeline-mario:${IMAGE_TAG} + image: chaitin/safeline-mario:${IMAGE_TAG} volumes: - ${HOST_RESOURCES_DIR}/mario:/resources/mario - ${HOST_LOGS_DIR}/mario:/logs/mario @@ -80,7 +80,7 @@ services: tengine: container_name: safeline-tengine restart: always - image: chaitinops/safeline-tengine:${IMAGE_TAG} + image: chaitin/safeline-tengine:${IMAGE_TAG} volumes: - ${HOST_RESOURCES_DIR}/nginx:/etc/nginx - ${HOST_RESOURCES_DIR}/management:/resources/management