aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-13 16:34:08 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-13 16:34:08 +0100
commit1d460a249443bcc1f26ba2d0e3a77163d2d3d9d5 (patch)
tree2eef2d4f311ab519b36660187fd8cf1a4899cdda
parenthtml: fix links to infobyip.com for IPv6 (diff)
downloadwg-api-web-1d460a249443bcc1f26ba2d0e3a77163d2d3d9d5.tar.gz
wg-api-web-1d460a249443bcc1f26ba2d0e3a77163d2d3d9d5.zip
README: update
Diffstat (limited to '')
-rw-r--r--README.md4
-rw-r--r--test/linuxserver/docker-compose.yml4
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index a3ddb09..1d30e7b 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,9 @@ on the right.
### linuxserver/wireguard
To use with LinuxServer's [wireguard image], see [this docker-compose.yml].
-Adjust how you see fit.
+Adjust the docker-compose.yml file how you see fit.
+Pat attention to the comments at the top: they describe the changes required
+to make it work.
[wireguard image]: https://docs.linuxserver.io/images/docker-wireguard
[this docker-compose.yml]: test/linuxserver/docker-compose.yml
diff --git a/test/linuxserver/docker-compose.yml b/test/linuxserver/docker-compose.yml
index 512b101..bba8b12 100644
--- a/test/linuxserver/docker-compose.yml
+++ b/test/linuxserver/docker-compose.yml
@@ -1,5 +1,3 @@
-version: '3'
-
# The main differences between this docker-compose.yml and the root
# docker-compose.yml are listed below.
#
@@ -16,6 +14,8 @@ version: '3'
# device.
# * The --listen argument is 0.0.0.0:1234 instead of 192.168.177.1:1234.
+version: '3'
+
services:
wg:
image: lscr.io/linuxserver/wireguard:latest