chore: update default hostname
This commit is contained in:
parent
e5b91d9f40
commit
cda6c648f4
@ -90,7 +90,7 @@ done
|
||||
_ctid=${_ctid:-`pvesh get /cluster/nextid`}
|
||||
_cpu_cores=${_cpu_cores:-1}
|
||||
_disk_size=${_disk_size:-2G}
|
||||
_host_name=${_host_name:-npm}
|
||||
_host_name=${_host_name:-nginx-proxy-manager}
|
||||
_bridge=${_bridge:-vmbr0}
|
||||
_memory=${_memory:-512}
|
||||
_swap=${_swap:-0}
|
||||
|
@ -187,6 +187,7 @@ start_pre() {
|
||||
/data/letsencrypt-acme-challenge
|
||||
|
||||
export NODE_ENV=production
|
||||
udhcpc -x hostname:$HOSTNAME
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Loading…
Reference in New Issue
Block a user