Update README.md

This commit is contained in:
Goldy
2024-07-01 01:18:00 +02:00
committed by GitHub
parent c61b8e3e53
commit b9eeae93dd
+1 -2
View File
@@ -32,8 +32,7 @@
## With Docker
- Simply run the Docker image after modifying the environment variables
```sh
docker run -p 8000:8000 -d \
--name comet \
docker run --name comet -p 8000:8000 -d \
-e FASTAPI_HOST=0.0.0.0 \
-e FASTAPI_PORT=8000 \
-e FASTAPI_WORKERS=1 \