Skip to content

Commit

Permalink
changed readme instructions (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
coillteoir authored Nov 19, 2023
1 parent 9fe4e1f commit 00539ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ docker build -t morningbot .
7. 🐳 Run the container.

```bash
docker run -d --name morningbot morningbot
docker run --volume=./token:/usr/src/MorningBot/token -d morningbot:latest
#or
docker-compose up
```

### Supported timezones
Expand Down

0 comments on commit 00539ce

Please sign in to comment.