Added EXTRA_CMDLINE= to .env
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2022-06-06 23:50:48 +02:00
parent e1b5c5b1d2
commit 18814c8ebc
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk
2 changed files with 5 additions and 0 deletions

View file

@ -8,5 +8,9 @@ TRUSTED_KEYS=
# Leave empty to disable
SNI=
# Extra parameters to pass to command line for OrbitalBeat.
# For example: -http2 -http3
EXTRA_CMDLINE=
# Leave empty for default
SRG_TASKLIMIT=

View file

@ -56,6 +56,7 @@ services:
-sni "${SNI}"
-trusted_keys "${TRUSTED_KEYS}"
-listen ":${LISTEN_PORT}"
${EXTRA_CMDLINE}
tmpfs:
- /tmp
ports: