From 302a4b7b52c5d94f9ffde2232ab1639465817217 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 12 Mar 2023 22:34:54 +0100 Subject: t/l: add more comments to docker-compose.yml --- test/linuxserver/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/linuxserver/docker-compose.yml b/test/linuxserver/docker-compose.yml index f1b2fe9..486b732 100644 --- a/test/linuxserver/docker-compose.yml +++ b/test/linuxserver/docker-compose.yml @@ -21,6 +21,8 @@ services: image: lscr.io/linuxserver/wireguard:latest restart: unless-stopped environment: + # These settings are mostly for testing; you most likely would want + # to adjust them. - SERVERURL=127.0.0.1 - SERVERPORT=51820 - PEERS=3 @@ -34,6 +36,7 @@ services: - 51820:51820/udp - '192.168.177.1:1234:1234' volumes: + # A example configuration used for testing. - ./example_config:/config cap_add: - NET_ADMIN -- cgit v1.2.3