浏览代码

chore: update readme.md

Jacky 6 月之前
父节点
当前提交
77666f4cc6
共有 2 个文件被更改,包括 0 次插入16 次删除
  1. 0 9
      README-vi_VN.md
  2. 0 7
      README.md

+ 0 - 9
README-vi_VN.md

@@ -234,7 +234,6 @@ docker run -dit \
 2. Tạo tệp docker-compose.yml:
 
 ```yml
-version: '3.3'
 services:
     nginx-ui:
         stdin_open: true
@@ -254,15 +253,7 @@ services:
 ```
 
 3. Sau đó tạo container bằng lệnh:
-
-```bash
-docker-compose up -d
-```
-
-Nếu bạn sử dụng docker-compose-plugin, lệnh sẽ như sau
-
 ```bash
-
 docker compose up -d
 ```
 

+ 0 - 7
README.md

@@ -235,7 +235,6 @@ docker run -dit \
 2. Create a docker-compose.yml file like this:
 
 ```yml
-version: '3.3'
 services:
     nginx-ui:
         stdin_open: true
@@ -255,13 +254,7 @@ services:
 ```
 
 3. Then creat your container by:
-
-```bash
-docker-compose up -d
-```
-
 ```bash
-# If using docker-compose-plugin
 docker compose up -d
 ```