Skip to content

Commit

Permalink
Format docker compose YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky authored and github-actions[bot] committed Jul 31, 2024
1 parent 561bac1 commit c5912e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ services:
healthcheck:
interval: 10s
retries: 5
test: [ "CMD", "curl", "http://localhost:8182/healthcheck" ]
test: [CMD, curl, "http://localhost:8182/healthcheck"]
timeout: 10s
image: "datacatering/polaris:${POLARIS_VERSION:-1.0.0}"
ports:
Expand Down

0 comments on commit c5912e9

Please sign in to comment.