diff --git a/README.md b/README.md index ca11a350..fa26e318 100644 --- a/README.md +++ b/README.md @@ -226,9 +226,9 @@ ________________________________________________________________________________ To create a new Proxmox Nginx Proxy Manager LXC Container, run the following from Proxmox web shell. ``` - curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh | bash -s + bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/npm_container.sh)" ``` -

⚡ Alpine Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

+

⚡ Default Settings: 1GB RAM - 3GB Storage - 1vCPU ⚡

____________________________________________________________________________________ @@ -244,7 +244,7 @@ Add the following to your `configuration.yaml` in Home Assistant. **Nginx Proxy Manager Interface - IP:81** -**Initial Login** +⚙️ **Initial Login** **username** ``` @@ -254,9 +254,6 @@ Add the following to your `configuration.yaml` in Home Assistant. ``` changeme ``` - -Thanks to [ej52](https://github.com/ej52/proxmox-scripts/blob/main/lxc/nginx-proxy-manager/README.md) for his hard work. - ____________________________________________________________________________________________