mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-11-18 00:19:22 +08:00
Update README.md
This commit is contained in:
parent
ef7570777d
commit
9d555730db
@ -74,6 +74,7 @@ These options can be configured in `docker-compose.yml` under `environment`.
|
||||
| - | - | - | - |
|
||||
| `PASSWORD` | - | `foobar123` | When set, requires a password when logging in to the Web UI. |
|
||||
| `WG_HOST` | - | `vpn.myserver.com` | The public hostname of your VPN server |
|
||||
| `WEBHOST` | - | `0.0.0.0` | IP where the the web server listens
|
||||
| `WG_PORT` | `51820` | `51820` | The public UDP port of your VPN server |
|
||||
| `WG_DEFAULT_ADDRESS` | `10.8.0.x` | `10.6.0.x` | Clients IP address range |
|
||||
| `WG_DEFAULT_DNS` | `1.1.1.1` | `8.8.8.8, 8.8.4.4` | DNS server clients will use |
|
||||
@ -90,4 +91,4 @@ docker-compose down
|
||||
docker-compose pull
|
||||
docker-compose up --detach --remove-orphans
|
||||
docker image prune
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user