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
run the container as an unprivileged user (#45) (a3a46ec)
BREAKING CHANGES
the container now listens on 8080 instead of 80. Published ports must be remapped, e.g. -p 8090:8080. Existing volumes were created root-owned and are unwritable to the unprivileged container; it refuses to start and prints the one-off chown to run.
the add-on's optional direct port is now 8080/tcp, not 80/tcp. The Supervisor stores the mapping against the old number, so
anyone running an e-ink panel on it must re-open the new port once after updating.