This commit is contained in:
Kroese 2023-04-22 01:43:02 +02:00 committed by GitHub
parent c97735f567
commit 9c4a000d40

View File

@ -4,7 +4,7 @@ set -eu
# Docker environment variabeles # Docker environment variabeles
: ${URL:=''} # URL of the PAT file : ${URL:=''} # URL of the PAT file
: ${DEBUG:=''}. # Enable debug mode : ${DEBUG:=''} # Enable debug mode
: ${ALLOCATE:='Y'} # Preallocate diskspace : ${ALLOCATE:='Y'} # Preallocate diskspace
: ${CPU_CORES:='1'} # Amount of CPU cores : ${CPU_CORES:='1'} # Amount of CPU cores
: ${DISK_SIZE:='16G'} # Initial data disk size : ${DISK_SIZE:='16G'} # Initial data disk size