mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: update readme.md
This commit is contained in:
parent
3ff4965626
commit
77666f4cc6
2 changed files with 0 additions and 16 deletions
|
@ -234,7 +234,6 @@ docker run -dit \
|
||||||
2. Tạo tệp docker-compose.yml:
|
2. Tạo tệp docker-compose.yml:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
version: '3.3'
|
|
||||||
services:
|
services:
|
||||||
nginx-ui:
|
nginx-ui:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
@ -254,15 +253,7 @@ services:
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Sau đó tạo container bằng lệnh:
|
3. Sau đó tạo container bằng lệnh:
|
||||||
|
|
||||||
```bash
|
```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
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -235,7 +235,6 @@ docker run -dit \
|
||||||
2. Create a docker-compose.yml file like this:
|
2. Create a docker-compose.yml file like this:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
version: '3.3'
|
|
||||||
services:
|
services:
|
||||||
nginx-ui:
|
nginx-ui:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
@ -255,13 +254,7 @@ services:
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Then creat your container by:
|
3. Then creat your container by:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# If using docker-compose-plugin
|
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue