fix: revert compose tag

This commit is contained in:
DaanSelen
2025-11-06 09:30:59 +01:00
parent 3fb12e9920
commit 15d8d40244

View File

@@ -3,7 +3,7 @@ services:
# Since the github organisation we recommend the ghcr.io. # Since the github organisation we recommend the ghcr.io.
# Alternatively we also still push to docker.io under donaldzou/wgdashboard. # Alternatively we also still push to docker.io under donaldzou/wgdashboard.
# Both share the exact same tags. So they should be interchangable. # 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. # Make sure to set the restart policy. Because for a VPN its important to come back IF it crashes.
restart: unless-stopped restart: unless-stopped