chore: update default hostname

This commit is contained in:
Elton Renda 2021-03-02 18:15:52 +02:00
parent e5b91d9f40
commit cda6c648f4
2 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,7 @@ done
_ctid=${_ctid:-`pvesh get /cluster/nextid`} _ctid=${_ctid:-`pvesh get /cluster/nextid`}
_cpu_cores=${_cpu_cores:-1} _cpu_cores=${_cpu_cores:-1}
_disk_size=${_disk_size:-2G} _disk_size=${_disk_size:-2G}
_host_name=${_host_name:-npm} _host_name=${_host_name:-nginx-proxy-manager}
_bridge=${_bridge:-vmbr0} _bridge=${_bridge:-vmbr0}
_memory=${_memory:-512} _memory=${_memory:-512}
_swap=${_swap:-0} _swap=${_swap:-0}

View File

@ -187,6 +187,7 @@ start_pre() {
/data/letsencrypt-acme-challenge /data/letsencrypt-acme-challenge
export NODE_ENV=production export NODE_ENV=production
udhcpc -x hostname:$HOSTNAME
} }
stop() { stop() {