feat: update dashboard port from 8080 to 8420 in configuration and documentation

This commit is contained in:
2026-05-10 13:24:49 +02:00
parent f88f60a019
commit 0952c21c7b
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -64,4 +64,4 @@ jobs:
docker stop thc-webhook || true
docker rm thc-webhook || true
docker pull git.allucanget.biz/${{ secrets.REGISTRY_USERNAME }}/thc-webhook:latest
docker run -d --name thc-webhook -e DISCORD_WEBHOOK_URL=${{ secrets.DISCORD_WEBHOOK_URL }} -p 8080:8080 git.allucanget.biz/${{ secrets.REGISTRY_USERNAME }}/thc-webhook:latest
docker run -d --name thc-webhook -e DISCORD_WEBHOOK_URL=${{ secrets.DISCORD_WEBHOOK_URL }} -p 8420:8420 git.allucanget.biz/${{ secrets.REGISTRY_USERNAME }}/thc-webhook:latest