diff --git a/README.md b/README.md index ff13647..c4a66d6 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ Both ways will create a webserver that listens on port 3000. ## Docker ```shell +docker compose up -d +# or docker build . --tag codestats-readme docker run -d -p 3000:3000 --name codestats codestats-readme:latest ```