I try to use the cthulhoo/ttrss-fpm-pgsql-static container in my Synology.
Describe the problem you’re having:
For pgsql I need to use a port different from 5432 but when I use the environnment value TTRSS_DB_PORT, it doesn’t take care of it. It’s always use the 5432.
Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:
Synology DSM 6.2.3 with DOCKER
fox
2
if you bothered to read the README you’d know that this container is supposed to be used within a compose setup.
database port is local to the container private network thus it’s pointless to allow changing it, which is why it’s not implemented (and won’t be).
e: i’m not against adding this so if someone wants to go through all the instances of pg_isready and stuff and add ${TTRSS_DB_PORT} there, i’ll review the PR. i’m just not going to bother myself, that’s all.