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
This commit is contained in:
Rainbowbreeze 2025-07-04 15:13:48 +02:00 committed by GitHub
parent 2fdafd34ca
commit 19c031c7ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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