I have a problem creating a zabbix/zabbix-web-nginx-pgsql:latest
container says that the PostgreSQL server is not available. Waiting 5 seconds,and it does not happen there. I'm new to docker and I have little idea why this happens, I read somewhere that giving value to DB_SERVER_ROOT_USER = "zabbix"
was solved but it did not work. What am I doing wrong?
docker run -e DB_SERVER_ROOT_USER="zabbix" zabbix/zabbix-web-nginx-pgsql:latest
** Deploying Zabbix frontend (nginx) with postgresql database
** Preparing the system
** Preparing Zabbix web-interface
*********************
* DB_SERVER_HOST: postgres-server
* DB_SERVER_PORT: 5432
* DB_SERVER_DBNAME: zabbix
* DB_SERVER_ZBX_USER: zabbix
* DB_SERVER_ZBX_PASS: zabbix
***********************
**** PostgreSQL server is not available. Waiting 5 seconds...
**** PostgreSQL server is not available. Waiting 5 seconds...
**** PostgreSQL server is not available. Waiting 5 seconds...