From 19c031c7aecca5f37832c818db6460e5120f41ca Mon Sep 17 00:00:00 2001 From: Rainbowbreeze <381940+rainbowbreeze@users.noreply.github.com> Date: Fri, 4 Jul 2025 15:13:48 +0200 Subject: [PATCH] Fix error in linuxserver.yml docker compose file If I understood correctly the meaning of WGUI_MANAGE_START=true var, which starts the wireguard server in the system when the wireguard-ui container starts, I think it should be set to false, because the wireguard server already starts when the linuxserver/wireguard starts , so another "start" is not necessary --- examples/docker-compose/linuxserver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker-compose/linuxserver.yml b/examples/docker-compose/linuxserver.yml index 1b7a66f..bebd342 100644 --- a/examples/docker-compose/linuxserver.yml +++ b/examples/docker-compose/linuxserver.yml @@ -31,7 +31,7 @@ services: - WGUI_USERNAME=admin - WGUI_PASSWORD=admin - WG_CONF_TEMPLATE - - WGUI_MANAGE_START=true + - WGUI_MANAGE_START=false - WGUI_MANAGE_RESTART=true logging: driver: json-file