mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
chore: update readme.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user