Document HOST_PORT in env example

This commit is contained in:
2026-07-22 23:13:26 +10:00
parent c7649a0f59
commit da8c2038df
+2
View File
@@ -2,3 +2,5 @@
EXHIBIT_MODE=dev
# required when EXHIBIT_MODE=final:
ADMIN_PASSWORD=change-me
# public port on the host (container always listens on 33044 internally)
HOST_PORT=33044