chore: Update healthcheck URL to use port 3080 instead of 8080

This commit is contained in:
2024-05-18 17:58:42 +08:00
parent 83f795bdfb
commit 1ec98f6d75
+1 -1
View File
@@ -278,7 +278,7 @@ services:
networks:
- net
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:3080/settings"]
interval: 5m
timeout: 3s