Fix compose-example

This commit is contained in:
Ruakij 2023-03-30 14:25:59 +02:00
parent 36e8aa9b87
commit 05bab9dd60

View File

@ -68,7 +68,7 @@ services:
cap_add:
- NET_ADMIN
environment:
- INTERFACE="<wgInterfaceName or empty for wg0>"
- INTERFACE=<wgInterfaceName or empty for wg0>
```
</details>