From b9eeae93ddfe88287fb31e2fefbd5bdc5b50fb6b Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:18:00 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 56bebe2..e609a5a 100644 --- a/README.md +++ b/README.md @@ -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 \