Update README.md
This commit is contained in:
parent
dc2d938fbf
commit
b3413bb051
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user