diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 22:34:54 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 22:34:54 +0100 |
commit | 302a4b7b52c5d94f9ffde2232ab1639465817217 (patch) | |
tree | 8639364c5493c2f1d4fb531589bf4dace09b9471 /test/linuxserver | |
parent | test: increase timeouts (diff) | |
download | wg-api-web-302a4b7b52c5d94f9ffde2232ab1639465817217.tar.gz wg-api-web-302a4b7b52c5d94f9ffde2232ab1639465817217.zip |
t/l: add more comments to docker-compose.yml
Diffstat (limited to 'test/linuxserver')
-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 |