Emile Nijssen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
README.md
|
@ -40,6 +40,12 @@ $ sudo usermod -aG docker $(whoami) |
|
|
$ bash |
|
|
$ bash |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
You might need to install docker-compose separately. For example, on a Raspberry Pi: |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
|
sudo apt-get install docker-compose |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
### 2. Configure WireGuard |
|
|
### 2. Configure WireGuard |
|
|
|
|
|
|
|
|
Run these commands to prepare and configure WireGuard. |
|
|
Run these commands to prepare and configure WireGuard. |
|
|