forked from mirrors/amnezia-wg-easy
fix
This commit is contained in:
parent
c50e7dce7a
commit
5d04ba26a7
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@ Make sure you have [Docker](https://docs.docker.com/get-docker/) installed.
|
|||
# Create a directory for the configuration files
|
||||
$ mkdir ~/.wg-easy
|
||||
$ cd ~/.wg-easy
|
||||
$ curl https://raw.githubusercontent.com/WeeJeWel/wg-easy/master/docker-compose.yml
|
||||
$ open docker-compose.yml
|
||||
$ wget https://raw.githubusercontent.com/WeeJeWel/wg-easy/master/docker-compose.yml
|
||||
$ vim docker-compose.yml
|
||||
```
|
||||
|
||||
Then change `WG_HOST=raspberrypi.local` to your server's public address, e.g. `WG_HOST=vpn.mydomain.com`.
|
||||
Change `WG_HOST=raspberrypi.local` to your server's public address, e.g. `WG_HOST=vpn.mydomain.com`.
|
||||
|
||||
Optionally, set a Web UI password by uncommenting `PASSWORD=foobar123` and change the password.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue