test: test if the trigger on the dev branch actually works

This commit is contained in:
Daan Selen
2026-02-06 20:20:57 +01:00
parent 8ca0363fd0
commit 80b1b8875d

View File

@@ -23,7 +23,7 @@ To get the container running you either pull the pre-made image from a remote re
- ghcr.io/wgdashboard/wgdashboard:<tag>
- docker.io/donaldzou/wgdashboard:<tag>
> tags should be either: latest, main, <version> or <commit-sha>.
> tags should be either: latest, main, <version>, <branch-name> (if built) or <commit-sha>.
From there either use the environment variables described below as parameters or use the Docker Compose file: `compose.yaml`.<br>
Be careful, the default generated WireGuard configuration file uses port 51820/udp. So make sure to use this port if you want to use it out of the box.<br>