Skip to content

Commit

Permalink
优化用例删除连接线问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeman54 authored Dec 8, 2023
1 parent 3bb474e commit 8219d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runnergo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
ports:
- "27018:27017"
manage:
image: registry.cn-beijing.aliyuncs.com/runnergo/manage:releases-v3.0.0
image: registry.cn-beijing.aliyuncs.com/runnergo/manage:releases-v3.0.1
restart: always
env_file:
- ./config.env
Expand All @@ -59,7 +59,7 @@ services:
depends_on:
- mysql-db
web-ui:
image: registry.cn-beijing.aliyuncs.com/runnergo/web-ui:releases-v3.0.0
image: registry.cn-beijing.aliyuncs.com/runnergo/web-ui:releases-v3.0.1
restart: always
ports:
- "9999:81"
Expand Down

0 comments on commit 8219d4f

Please sign in to comment.