mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
feat: add custom configuration to increase server names hash bucket size in Docker Compose
This commit is contained in:
parent
d3c04cca3a
commit
12b88c4541
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue