This commit is contained in:
Kroese 2023-04-23 01:47:27 +02:00 committed by GitHub
parent 6bf98c42be
commit 16b04675ef

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu
# Docker environment variabeles
# Docker environment variables
: ${DISK_IO:='native'} # I/O Mode, can be set to 'native', 'threads' or 'io_turing'
: ${DISK_ROTATION:='1'} # Rotation rate, set to 1 for SSD storage and increase for HDD