fix(docker): pass EN_SITE_URL into the php container #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/en-site-url-compose-env"
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?
Die Compose-
environment:-Liste reichte nurPRIMARY_SITE_URL/SITE_URLdurch —EN_SITE_URLfehlte, also löste die EN-Site-baseUrl ($EN_SITE_URL) im Container ins Leere auf und alle/en/-Routen gaben in Production 404. Fix reichtEN_SITE_URLmitPRIMARY_SITE_URL/en-Fallback durch (traefik + prod compose).Beim Live-Deploy von #5 gefunden.
Refs #4
🤖 Generated with Claude Code