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