fix(install): correct image name triton-manage-server → triton-manageserver in env.template
The published ghcr.io image is triton-manageserver (no hyphen). The hyphenated name in env.template caused the installer to pull the wrong image, overriding the correct fallback in compose.yaml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1c559e483b
commit
f18f0eef48
1 changed files with 1 additions and 1 deletions
|
|
@ -55,4 +55,4 @@ TLS_CERT_HOST_DIR=/etc/triton/tls
|
||||||
TRITON_MANAGE_SESSION_TTL=24h
|
TRITON_MANAGE_SESSION_TTL=24h
|
||||||
|
|
||||||
# ─── Image ───────────────────────────────────────────────────────────────
|
# ─── Image ───────────────────────────────────────────────────────────────
|
||||||
TRITON_MANAGE_IMAGE=ghcr.io/primatekuntech/triton-manage-server:latest
|
TRITON_MANAGE_IMAGE=ghcr.io/primatekuntech/triton-manageserver:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue