From 15d8d40244f80938247106cf0bc28fc3d726d4d5 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Thu, 6 Nov 2025 09:30:59 +0100 Subject: [PATCH] fix: revert compose tag --- docker/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/compose.yaml b/docker/compose.yaml index 58291e09..d8f2eac9 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -3,7 +3,7 @@ services: # Since the github organisation we recommend the ghcr.io. # Alternatively we also still push to docker.io under donaldzou/wgdashboard. # Both share the exact same tags. So they should be interchangable. - image: ghcr.io/wgdashboard/wgdashboard:1267fb6 + image: ghcr.io/wgdashboard/wgdashboard:latest # Make sure to set the restart policy. Because for a VPN its important to come back IF it crashes. restart: unless-stopped