mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
mention mimalloc in docker-compose examples (thx thad)
This commit is contained in:
parent
e1dea7ef3e
commit
43bbd566d7
3 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,9 @@ services:
|
|||
- 'traefik.http.routers.copyparty.tls=true'
|
||||
- 'traefik.http.routers.copyparty.middlewares=authelia@docker'
|
||||
stop_grace_period: 15s # thumbnailer is allowed to continue finishing up for 10s after the shutdown signal
|
||||
environment:
|
||||
LD_PRELOAD: /usr/lib/libmimalloc-secure.so.NOPE
|
||||
# enable mimalloc by replacing "NOPE" with "2" for a nice speed-boost (will use twice as much ram)
|
||||
|
||||
authelia:
|
||||
image: authelia/authelia:v4.38.0-beta3 # the config files in the authelia folder use the new syntax
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue