Update README.md

This commit is contained in:
BShurilla 2022-04-15 08:57:19 -05:00 committed by GitHub
parent dc2d938fbf
commit b3413bb051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ To create a new LXC container on Proxmox and setup Nginx Proxy Manager to run in
***Note:*** _This will create alpine container_
```bash
curl -sL https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/create.sh | bash -s
curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh | bash -s
```
### Command line arguments
@ -29,7 +29,7 @@ curl -sL https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-p
you can set these parameters by appending ` -- <parameter> <value>` like:
```bash
curl -sL https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/create.sh | bash -s -- --cores 4
curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh | bash -s -- --cores 4
```
### Console
@ -44,7 +44,7 @@ If you are not using proxmox or want to install this on a existing Alpine box, y
***Note:*** _Only Alpine, Debian and Ubuntu are currently supported by this script_
```bash
wget --no-cache -qO - https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/setup.sh | sh
wget --no-cache -qO - https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/setup.sh | sh
```
## Thanks