Files
SnapOtter/docker/s6/s6-rc.d/postgres-ready/up
T

2 lines
115 B
Plaintext
Raw Normal View History

/command/with-contenv sh -c "until pg_isready -h 127.0.0.1 -p 5432 -U snapotter -d snapotter -q; do sleep 1; done"