Skip to content

Commit

Permalink
docs: improve Docker run command in README.md (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
threeal authored Dec 16, 2024
1 parent 4df1587 commit c17b39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docker build -t discord-bot .
Then run the Docker image as a service using the following command:

```sh
docker run -d --restart unless-stopped discord-bot
docker run -dt discord-bot
```

Refer to [this documentation](https://docs.docker.com/guides/) for more information on using Docker for managing containerized applications.

0 comments on commit c17b39f

Please # to comment.