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