502 bad Gateway and password

  • [ X] I’m using stock docker compose setup, unmodified.
  • [ ] I’m using docker compose setup, with modifications (modified .env files, third party plugins/themes, etc.) - if so, describe your modifications in your post. Before reporting, see if your issue can be reproduced on the unmodified setup.
  • [ ] I’m not using docker on my primary instance, but my issue can be reproduced on the aforementioned docker setup and/or official demo.

If I make the build with the command docker-compose up --build -d with the password that is written in env (password), then everything starts fine on the local machine. If I changed at least one character in the password, then access to the page: 502 Bad Gateway.
When building with the -f option, there is a fatal error on the password

  • Tiny Tiny RSS version (including git commit id):
  • Platform (i.e. Linux distro, Docker, PHP, PostgreSQL, etc) versions: Docker

no logs, not even any information on which variable you’ve changed?

if you mean postgres password, you’ll need to remove and recreate postgres (db) storage volume. refer to docker manual for the details.

Fox, thanks for the information. The problem was indeed in postgres. Now everything works.