I see the PostgreSQL server is already started bec...
# ktor
m
I see the PostgreSQL server is already started because I have
Copy code
#!/bin/bash -eo pipefail
dockerize -wait <tcp://localhost:5432> -timeout 1m
2019/08/05 12:45:08 Waiting for: <tcp://localhost:5432>
2019/08/05 12:45:08 Connected to <tcp://localhost:5432>