fix: trust proxy amend cidr
This commit is contained in:
parent
377d4b68a1
commit
6a5ba755a0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ services:
|
|||
APP_ENV: "production"
|
||||
APP_DEBUG: "false"
|
||||
PHP_UPLOAD_LIMIT: "100"
|
||||
APP_TRUSTED_PROXIES: "172.0.0.0/24" # i hate this
|
||||
APP_TRUSTED_PROXIES: "172.0.0.0/32" # i hate this
|
||||
env_file:
|
||||
- /etc/ixvd/secrets/env/snipeit.env
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue