Skip to content

Commit 742f0cd

Browse files
author
Chen Quan
authored
Fix CI error (#32)
1 parent e5a8b06 commit 742f0cd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docker-compose.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ services:
1111
extra_hosts:
1212
- db.tuboshu.io:${DB_HOST}
1313
- redis.tuboshu.io:${DB_HOST}
14-
redis:
15-
image: redis
16-
ports:
17-
- 6379:6379
18-
healthcheck:
19-
test: ["CMD", "redis-cli","ping"]
20-
interval: 20s
21-
timeout: 1s
22-
retries: 20
14+
redis:
15+
image: redis
16+
ports:
17+
- 6379:6379
18+
healthcheck:
19+
test: ["CMD", "redis-cli","ping"]
20+
interval: 20s
21+
timeout: 1s
22+
retries: 20

0 commit comments

Comments
 (0)