chore: update readme.md

This commit is contained in:
Jacky 2024-10-14 10:29:27 +08:00
parent 3ff4965626
commit 77666f4cc6
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
2 changed files with 0 additions and 16 deletions

View file

@ -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
```