absolute path for docker hub
This commit is contained in:
parent
ce855a0b98
commit
2ed8cffeaf
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ With a [docker-compose](https://github.com/Confrerie-du-Kassoulait/KassouBot/blo
|
|||
```
|
||||
docker run -d \
|
||||
--name="KassouBot" \
|
||||
mylloon/kassoubot \
|
||||
index.docker.io/mylloon/kassoubot \
|
||||
--TOKEN_DISCORD="yourTokenDiscord" \
|
||||
--TOKEN_GENIUS="yourTokenGenius" \
|
||||
--TOKEN_REDDIT_CLIENT_ID="yourRedditClientID" \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "2.1"
|
||||
services:
|
||||
kassoubot:
|
||||
image: mylloon/kassoubot
|
||||
image: index.docker.io/mylloon/kassoubot
|
||||
container_name: KassouBot
|
||||
environment:
|
||||
- TOKEN_DISCORD=yourTokenDiscord
|
||||
|
|
Reference in a new issue