diff --git a/README-vi_VN.md b/README-vi_VN.md index 722dc0c4..c59dc6d6 100644 --- a/README-vi_VN.md +++ b/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 ``` diff --git a/README.md b/README.md index 6ce044fe..bb14bf09 100644 --- a/README.md +++ b/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 ```