diff --git a/.DS_Store b/.DS_Store index 13d7095..0de310f 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 7e1ee1f..21ac91d 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -1,6 +1,8 @@ # see https://symfony.com/doc/current/reference/configuration/framework.html framework: secret: '%env(APP_SECRET)%' + trusted_proxies: '%env(TRUSTED_PROXIES)%' + trusted_headers: ['x-forwarded-for','x-forwarded-proto','x-forwarded-port','x-forwarded-host','x-forwarded-prefix'] # Note that the session will be started ONLY if you read or write from it. session: true diff --git a/docker-compose.yml b/docker-compose.yml index de3ff24..2cbb482 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,6 @@ services: tonehaus: -# image: tonehaus/tonehaus:dev-arm64 - image: git.ntbx.io/boris/tonehaus:latest + image: git.ntbx.io/boris/tonehaus:latest-arm64 container_name: tonehaus restart: unless-stopped volumes: diff --git a/var/.DS_Store b/var/.DS_Store index 051dc89..da1c454 100644 Binary files a/var/.DS_Store and b/var/.DS_Store differ