mirror of
https://github.com/dockur/proxmox.git
synced 2026-07-27 16:54:51 +07:00
fix: Update entrypoint (#64)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
set -Eeuo pipefail
|
||||
|
||||
# Docker environment variables
|
||||
: "${DEBUG:="N"}" # Enable shell debugging
|
||||
: "${DEBUG:="N"}" # Enable debugging
|
||||
: "${PASSWORD:="root"}" # Default password
|
||||
: "${REQUIRE_KVM:="Y"}" # Require /dev/kvm by default
|
||||
: "${REQUIRE_FUSE:="Y"}" # Require /dev/fuse by default
|
||||
|
||||
Reference in New Issue
Block a user