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 88305b6 commit 36a6a9dCopy full SHA for 36a6a9d
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.4/wait-for-pg-linux-amd64.tar.gz
+wget https://github.com/mxssl/wait-for-pg/releases/download/v0.0.5/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
@@ -28,7 +28,7 @@ wait-for-pg check \
28
docker container \
29
run \
30
--rm \
31
- mxssl/wait-for-pg:0.0.4 \
+ mxssl/wait-for-pg:v0.0.5 \
32
wait-for-pg check \
33
--host postgres.domain.com \
34
--port 5432 \
0 commit comments