fix: unify service and container names to kv-tube
This commit is contained in:
parent
42f8eaff27
commit
729c5440ad
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@ We recommend using **Container Manager** (DSM 7.2+) or **Docker** (DSM 6/7.1) fo
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kv-tube-app:
|
kv-tube:
|
||||||
image: git.khoavo.myds.me/vndangkhoa/kv-tube:v4.0.7
|
image: git.khoavo.myds.me/vndangkhoa/kv-tube:v4.0.7
|
||||||
container_name: kv-tube-app
|
container_name: kv-tube
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue