feat: add custom configuration to increase server names hash bucket size in Docker Compose

This commit is contained in:
Théophile Diot 2024-12-03 16:42:22 +01:00
parent d3c04cca3a
commit 12b88c4541
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -39,6 +39,7 @@ services:
USE_CLIENT_CACHE: "yes"
USE_GZIP: "yes"
UI_HOST: "http://bw-ui:7000"
CUSTOM_CONF_HTTP_increase_server_names_hash_bucket_size: "server_names_hash_bucket_size 128;"
restart: "unless-stopped"
networks:
- bw-universe