Skip to content

Commit

Permalink
feat: move docker images to chaitin namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zclaiqcc committed Apr 14, 2023
1 parent eefe886 commit ed9eef3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ed9eef3

Please sign in to comment.