Update(README): Added -d flag for detached mode
This commit is contained in:
parent
e34f4bab61
commit
656f2ff262
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ docker run -p 8501:8501 gpt4free:latest
|
|||
```
|
||||
Another way - docker-compose (no docker build/run needed)
|
||||
```
|
||||
docker-compose up
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
## ChatGPT clone
|
||||
|
|
Loading…
Reference in a new issue