Update Docker image references from 'telemtPanel' to 'telemtpanel' across configuration files and documentation for consistency.
Build and Push Telemt Panel Docker Image / build-and-push (push) Successful in 3m34s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped

This commit is contained in:
Denozordec
2026-08-04 18:36:44 +07:00
parent b5f31c1083
commit 9ac385d332
7 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ services:
max-file: "3"
app:
image: git.shts.su/denozord/telemtPanel:${PANEL_IMAGE_TAG:-latest}
image: git.shts.su/denozord/telemtpanel:${PANEL_IMAGE_TAG:-latest}
pull_policy: always
container_name: telemt-panel
restart: unless-stopped
+1 -1
View File
@@ -7,7 +7,7 @@ set -euo pipefail
MODE="${PANEL_MODE:-standalone}"
NON_INTERACTIVE=0
DATA_DIR="${DATA_DIR:-/var/lib/telemt-panel}"
IMAGE="${PANEL_IMAGE:-git.shts.su/denozord/telemtPanel:latest}"
IMAGE="${PANEL_IMAGE:-git.shts.su/denozord/telemtpanel:latest}"
while [[ $# -gt 0 ]]; do
case "$1" in