chore: Update healthcheck URL to use IP address instead of localhost

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