forked from mirrors/amnezia-wg-easy
wip
This commit is contained in:
parent
985d886362
commit
91832c8e20
9 changed files with 449 additions and 379 deletions
11
README.md
11
README.md
|
@ -80,3 +80,14 @@ These options can be configured in `docker-compose.yml` under `environment`.
|
|||
| `WG_ALLOWED_IPS` | `0.0.0.0/0, ::/0` | `192.168.15.0/24, 10.0.1.0/24` | Allowed IPs clients will use |
|
||||
|
||||
> If you change `WG_PORT`, make sure to also change the exposed port.
|
||||
|
||||
# Updating
|
||||
|
||||
To update to the latest version, run:
|
||||
|
||||
```bash
|
||||
docker-compose down
|
||||
docker-compose pull
|
||||
docker-compose up --detach --remove-orphans
|
||||
docker image prune
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue