You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
container is running well but when connecting with HTTP results in an "500 Internal Server Error".
Dockerlogs show, that container tries to connect to IP of APP_URL and not to DB_HOST
Expected Behavior
container should connect to IP of DB_HOST
Steps To Reproduce
installing with the docker command below.
Applicationhost is running on a subdomain of the DB-Host and redirected to a different IP adress.
Environment
- OS: Raspberry 4
- How docker service was installed: with docker run (details below)
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
hugofant
changed the title
[BUG] <title>variable DB_HOST not working (for connecting to remote database)
[BUG] variable DB_HOST not working (for connecting to remote database)
Oct 7, 2024
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
container is running well but when connecting with HTTP results in an "500 Internal Server Error".
Dockerlogs show, that container tries to connect to IP of APP_URL and not to DB_HOST
Expected Behavior
container should connect to IP of DB_HOST
Steps To Reproduce
installing with the docker command below.
Applicationhost is running on a subdomain of the DB-Host and redirected to a different IP adress.
Environment
CPU architecture
arm64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: