fix: correct docker image name to match repo
This commit is contained in:
parent
80f2f3725f
commit
42f8eaff27
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kv-tube-app:
|
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
|
container_name: kv-tube-app
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kv-tube-app:
|
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
|
container_name: kv-tube-app
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue