From 1d460a249443bcc1f26ba2d0e3a77163d2d3d9d5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 13 Mar 2023 16:34:08 +0100 Subject: README: update --- README.md | 4 +++- test/linuxserver/docker-compose.yml | 4 ++-- 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 -- cgit v1.2.3