fix: correct docker image name to match repo

This commit is contained in:
KV-Tube Deployer 2026-03-24 22:02:03 +07:00
parent de48b7fa12
commit 908f65218c
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ version: '3.8'
services:
kv-tube-app:
image: git.khoavo.myds.me/vndangkhoa/kv-tube-app:v4.0.7
image: git.khoavo.myds.me/vndangkhoa/kv-tube:v4.0.7
container_name: kv-tube-app
platform: linux/amd64
restart: unless-stopped

View file

@ -5,7 +5,7 @@ version: '3.8'
services:
kv-tube-app:
image: git.khoavo.myds.me/vndangkhoa/kv-tube-app:v4.0.7
image: git.khoavo.myds.me/vndangkhoa/kv-tube:v4.0.7
container_name: kv-tube-app
platform: linux/amd64
restart: unless-stopped