diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | test/linuxserver/docker-compose.yml | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -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 |