From 6d72f7b5bde74668a3eb8681250e0b6604b70196 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 7 Mar 2024 21:34:34 +0000 Subject: [PATCH] Update docker/singlenode-wg/entrypoint.sh --- docker/singlenode-wg/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/singlenode-wg/entrypoint.sh b/docker/singlenode-wg/entrypoint.sh index 16d3443..0858221 100644 --- a/docker/singlenode-wg/entrypoint.sh +++ b/docker/singlenode-wg/entrypoint.sh @@ -4,5 +4,5 @@ if [ ! -f "/etc/wireguard/wg0.conf" ]; then /usr/local/bin/setup-wireguard.sh fi -wg-quick up wg0 +wg-quick up qbt0 exec tail -f /dev/null \ No newline at end of file