mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-04-26 17:56:10 +00:00
fix: add missing healthcheck start_period and standardize wording
This commit is contained in:
@@ -1294,3 +1294,4 @@ services:
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user