chore(docker): format compose.yml and compose.cn.yml files

This commit is contained in:
cfngc4594 2025-03-25 22:19:49 +08:00
parent 433cabebc4
commit ae2d4c6482
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ services:
networks:
- judge4c
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
test: [ "CMD-SHELL", "pg_isready -U postgres -d postgres" ]
interval: 5s
timeout: 2s
retries: 20

View File

@ -73,7 +73,7 @@ services:
networks:
- judge4c
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
test: [ "CMD-SHELL", "pg_isready -U postgres -d postgres" ]
interval: 5s
timeout: 2s
retries: 20