I have a Plesk Webspace, with Docker Extension.
I pulled the last Odoo Docker Container, and my
POSTGRES is running.
Everytime i start my container i get
"
Database connection failure: could not translate host name "db" to address: Name or service not known"
Thats my Odoo Container Values
POSTGRES_HOST | odoo-db |
POSTGRES_PASSWORD | REMOVED FOR SECURITY |
POSTGRES_PORT | 32788 |
POSTGRES_USER | odoo |
Thats my Postgres Container Values (named: odoo-db)
POSTGRES_DB | odoo |
POSTGRES_PASSWORD | REMOVED FOR SECURITY |
POSTGRES_USER | odoo |
The Postgress Container is always active, but the Odoo Container crashes always with the Database Error.
Are on the same Network
I setted the Port to 5432 and still running in the Same error