fix: update WireGuard peers configuration to use underscores instead of hyphens
This commit is contained in:
parent
6d1aa11feb
commit
42cb3d5bf2
@ -8,7 +8,7 @@ services:
|
|||||||
- PGID=100
|
- PGID=100
|
||||||
- TZ=Europe/Amsterdam
|
- TZ=Europe/Amsterdam
|
||||||
- SERVERURL=mvl.sh
|
- SERVERURL=mvl.sh
|
||||||
- PEERS=work-laptop,phone,desktop,personal-laptop
|
- PEERS=work_laptop,phone,desktop,personal_laptop
|
||||||
- ALLOWEDIPS=0.0.0.0/0, ::/0
|
- ALLOWEDIPS=0.0.0.0/0, ::/0
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ wireguard_data_dir }}/wg-data:/config"
|
- "{{ wireguard_data_dir }}/wg-data:/config"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user