From 6946c1b742ed8ab6e75902258e788197524086e1 Mon Sep 17 00:00:00 2001 From: cventastic Date: Wed, 29 Dec 2021 20:49:41 +0100 Subject: [PATCH] fix path issue --- docker-compose-mon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-mon.yml b/docker-compose-mon.yml index 038b7599..db15a0eb 100644 --- a/docker-compose-mon.yml +++ b/docker-compose-mon.yml @@ -18,7 +18,7 @@ services: - ALLOWEDIPS=$ALLOWEDIPS - INTERNAL_SUBNET=$INTERNAL_SUBNET volumes: - - ./config:/config + - ./wireguard/config:/config - /lib/modules:/lib/modules ports: - $SERVERPORT:$SERVERPORT/udp