diff --git a/docker-compose.yml b/docker-compose.yml index fc4106d..053d477 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ version: '3.8' services: kv-tube-backend: - image: git.khoavo.myds.me/vndangkhoa/kv-tube-backend:v4.0.0 + image: git.khoavo.myds.me/vndangkhoa/kv-tube-backend:v4.0.1 container_name: kv-tube-backend platform: linux/amd64 restart: unless-stopped @@ -24,7 +24,7 @@ services: - "com.centurylinklabs.watchtower.enable=true" kv-tube-frontend: - image: git.khoavo.myds.me/vndangkhoa/kv-tube-frontend:v4.0.0 + image: git.khoavo.myds.me/vndangkhoa/kv-tube-frontend:v4.0.1 container_name: kv-tube-frontend platform: linux/amd64 restart: unless-stopped