mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 01:10:40 +03:00
[PR #210] docs: add the "HOST" environment variable #916
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/pocket-id/pocket-id/pull/210
State: closed
Merged: No
I've added the
HOSTenvironment variable to the documentation, as when you disable Caddy, the backend will only listen onlocalhostinside of the container, whilst the user is probably trying to reverse proxy it from their own reverse proxy.