Fix: Remove PUBLIC_HOSTNAME var due to a bug in manyfold

This commit is contained in:
SunFlowerOwl 2025-11-23 15:28:11 -05:00
parent 990fc78926
commit b1f44cf878

View File

@ -75,7 +75,6 @@ cat <<EOF >/opt/.env
export APP_VERSION=12345
export GUID=1002
export PUID=1001
export PUBLIC_HOSTNAME=subdomain.somehost.org
export PUBLIC_PORT=5000
export REDIS_URL=redis://127.0.0.1:6379/1
export DATABASE_ADAPTER=postgresql