diff options
Diffstat (limited to 'test/linuxserver/docker-compose.yml')
-rw-r--r-- | test/linuxserver/docker-compose.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |