Skip to content

Commit

Permalink
Revert "Fix sql_input's healtcheck"
Browse files Browse the repository at this point in the history
This reverts commit 3e72e1e.
  • Loading branch information
shmsr committed Aug 28, 2024
1 parent 3e72e1e commit 51a4c41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/sql_input/_dev/deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ services:
- MSSQL_SA_PASSWORD=1234_asdf
healthcheck:
interval: 10s
timeout: 3s
start_period: 10s
retries: 5
test: ["CMD", "/opt/mssql-tools18/bin/sqlcmd", "-S", "localhost", "-U", "SA", "-P", "1234_asdf", "-No", "-Q", "SELECT 1"]
test: ["CMD", "/opt/mssql-tools/bin/sqlcmd", "-U", "SA", "-P", "1234_asdf", "-Q", "select 1"]

0 comments on commit 51a4c41

Please sign in to comment.