docker icon indicating copy to clipboard operation
docker copied to clipboard

Add TRUSTED_PROXIES and SYMFONY_TRUSTED_PROXIES for the local docker setup

Open renaudhager opened this issue 2 months ago • 0 comments

Currently, when the local dev setup based on Docker Compose is running, a couple of environment variables are missing, which prevents the correct execution of Shopware.

The setup needs to add to the web service the 2 following environment variables:

  • TRUSTED_PROXIES: REMOTE_ADDR
  • SYMFONY_TRUSTED_PROXIES: REMOTE_ADDR

renaudhager avatar Nov 11 '25 18:11 renaudhager