Docker environment vars

This commit is contained in:
Kroese 2023-04-18 17:42:59 +02:00 committed by GitHub
parent 401201217b
commit c6f94ea59f

View File

@ -1,6 +1,11 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -eu set -eu
# Docker environment vars
: ${URL:=''}. # URL of PAT file
: ${ALLOCATE:='Y'} # Preallocate diskspace
echo "Starting Virtual DSM for Docker v${VERSION}..." echo "Starting Virtual DSM for Docker v${VERSION}..."
STORAGE="/storage" STORAGE="/storage"