Skip to content

Commit

Permalink
changed healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rberezen committed Dec 7, 2024
1 parent 20a22bd commit 19e667d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ services:
volumes:
- "./informix-init.sql:/opt/ibm/config/informix-init.sql"
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:9088" ]
test: ["CMD-SHELL", "echo 'SELECT 1 FROM systables;' | dbaccess testdb > /dev/null 2>&1"]
interval: 10s
timeout: 5s
retries: 6
Expand Down

0 comments on commit 19e667d

Please sign in to comment.