fix: add missing healthcheck start_period and standardize wording

This commit is contained in:
Yury Kossakovsky
2026-03-13 18:02:48 -06:00
parent c33998043f
commit 5859fc9d25
2 changed files with 2 additions and 1 deletions

View File

@@ -1294,3 +1294,4 @@ services:
interval: 30s
timeout: 10s
retries: 5
start_period: 30s

View File

@@ -104,7 +104,7 @@ if is_profile_active "postiz"; then
echo -e " ${GREEN}*${NC} ${WHITE}Postiz${NC}: Create your account on first login"
fi
if is_profile_active "uptime-kuma"; then
echo -e " ${GREEN}*${NC} ${WHITE}Uptime Kuma${NC}: Register your account on first login"
echo -e " ${GREEN}*${NC} ${WHITE}Uptime Kuma${NC}: Create your account on first login"
fi
if is_profile_active "gost"; then
echo -e " ${GREEN}*${NC} ${WHITE}Gost Proxy${NC}: Routing AI traffic through external proxy"