We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca5a9d commit 7b4c745Copy full SHA for 7b4c745
1 file changed
README.md
@@ -7,7 +7,7 @@ Simple app that checks if PostgreSQL database is ready or not.
7
### Option 1: use binary
8
9
```sh
10
-wget https://github.com/mxssl/wait-for-pg/releases/download/v0.0.8/wait-for-pg-linux-amd64.tar.gz
+wget https://github.com/mxssl/wait-for-pg/releases/download/v0.0.9/wait-for-pg-linux-amd64.tar.gz
11
tar xvzf wait-for-pg-linux-amd64.tar.gz
12
cp wait-for-pg /usr/local/bin/wait-for-pg
13
chmod +x /usr/local/bin/wait-for-pg
@@ -29,7 +29,7 @@ wait-for-pg check \
29
docker container \
30
run \
31
--rm \
32
- mxssl/wait-for-pg:v0.0.8 \
+ mxssl/wait-for-pg:v0.0.9 \
33
wait-for-pg check \
34
--host postgres.domain.com \
35
--port 5432 \
0 commit comments