Update Docker image references from 'telemtPanel' to 'telemtpanel' across configuration files and documentation for consistency.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user