Skip to content

Commit

Permalink
chore: fixed docker compose command and docker run command in README.…
Browse files Browse the repository at this point in the history
…md (#277)
  • Loading branch information
infra-blue committed Nov 7, 2023
1 parent 5005768 commit ee405b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pip3 install -r requirements.txt
version: "2"
services:
dmibot:
image: ghcr.io/unict-dmi/telegram-dmi-bot
image: ghcr.io/unict-dmi/telegram-dmi-bot:master
container_name: dmibot
volumes:
- </path/to/settings.yaml>:/dmibot/config/settings.yaml
Expand All @@ -62,7 +62,7 @@ services:
### docker cli

```bash
docker run -v </path/to/settings.yaml>:/dmibot/config/settings.yaml -v </path/to/DMI_DB.db>:/dmibot/data/DMI_DB.db -v </path/to/drive_credentials.json>:/dmibot/config/drive_credentials.json -t unictdmi/dmibot
docker run -v </path/to/settings.yaml>:/dmibot/config/settings.yaml -v </path/to/DMI_DB.db>:/dmibot/data/DMI_DB.db -v </path/to/drive_credentials.json>:/dmibot/config/drive_credentials.json -t ghcr.io/unict-dmi/telegram-dmi-bot:master
```

### Parameter
Expand Down

0 comments on commit ee405b2

Please sign in to comment.