diff --git a/README.md b/README.md index 831b05c..ef18fa5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ version: '3.8' services: kv-tube: - image: vndangkhoa/kv-tube:v2.1 + image: vndangkhoa/kv-tube:latest container_name: kv-tube restart: unless-stopped ports: diff --git a/docker-compose.yml b/docker-compose.yml index d18c5a0..578af90 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ version: '3.8' services: kv-tube: # build: . - image: vndangkhoa/kv-tube:v2.1 + image: vndangkhoa/kv-tube:latest container_name: kv-tube restart: unless-stopped ports: