Leo Leite
Results
2
comments of
Leo Leite
I really would like to know the answer for this!
run this and try again: `export DATABASE_URL="{db_protocol}://{user}:{password}@{host}:{port}/{database}"` in my case, inside a docker compose cluster with dns resolution: `export DATABASE_URL="postgres://admin:admin@database:5432/ssleo"`