Skip to content

Commit d5840c0

Browse files
hakalbclaude
andcommitted
fix(cms): use plain string healthcheck to avoid formatter conflict
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 93e0fe0 commit d5840c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/cms/docker-compose.migrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
networks:
1313
- migrate-test
1414
healthcheck:
15-
test: ["CMD-SHELL", "pg_isready -U postgres"]
15+
test: pg_isready -U postgres
1616
interval: 2s
1717
timeout: 5s
1818
retries: 15

0 commit comments

Comments
 (0)