From 77666f4cc6c6a25bcb0befe37c7efec28c5de0e8 Mon Sep 17 00:00:00 2001 From: Jacky Date: Mon, 14 Oct 2024 10:29:27 +0800 Subject: [PATCH] chore: update readme.md --- README-vi_VN.md | 9 --------- README.md | 7 ------- 2 files changed, 16 deletions(-) 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 ```