mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05: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
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue