From 7a00d56214ae1528c650a0b9c69158e7fe649ba4 Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Sat, 10 Apr 2021 18:16:13 -0700 Subject: [PATCH] Added list of peers names --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 23e6513..e71b263 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - PGID=1000 - TZ=Europe/Rome - SERVERPORT=51820 # optional - - PEERS=5 # optional, this will create 5 configurations + - PEERS=5 # optional, this will create 5 configurations. Can also be list of names pc, phone,tvbox volumes: - /home/cf/wireguard/config:/config - /lib/modules:/lib/modules