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
Hi guys. Is there any option to configure host PG Back Web listens to?
I was expecting it will listen to 0.0.0.0 by default since it's not available to reverse proxies like Nginx or Traefik if it listens to localhost inside container.
I'm not familiar with Echo framework, but it seems like if you change this line
Hi guys. Is there any option to configure host PG Back Web listens to?
I was expecting it will listen to 0.0.0.0 by default since it's not available to reverse proxies like Nginx or Traefik if it listens to localhost inside container.
I'm not familiar with Echo framework, but it seems like if you change this line
pgbackweb/cmd/app/main.go
Line 47 in d761283
to
it ain't gonna break anything and will add support for setups with reverse proxies. Or you could possibly use env variable for that.
The text was updated successfully, but these errors were encountered: