From c63c1795e624f35c6023d00ce815817e55c229cf Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Sat, 10 Apr 2021 18:16:54 -0700 Subject: [PATCH] Correction --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e71b263..f056947 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. Can also be list of names pc, phone,tvbox + - 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