Docker installation not working

Hi all,

maybe i am to stupid, but i am running several docker containers without any issue but for ttrss it doesn’t work.
I am using [cthulhoo/ttrss-fpm-pgsql-static:latest] and the container starts but brings:

waiting until db is ready...
pg_isready: option requires an argument: U
Try "pg_isready --help" for more information.

Tried also to add environment var TTRSS_SELF_URL_PATH
But doesn’t work.

regards,
Tobias

I’d suggest reading through ttrss-docker-compose/README.md at static-dockerhub - ttrss-docker-compose - Tiny Tiny RSS and following those instructions, as it seems required environment variables (at minimum) are missing. If you choose to use the container image directly you can at least use the docker-compose config as a reference.