absolute path for docker hub

This commit is contained in:
Mylloon 2021-06-08 00:02:03 +02:00
parent ce855a0b98
commit 2ed8cffeaf
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ With a [docker-compose](https://github.com/Confrerie-du-Kassoulait/KassouBot/blo
``` ```
docker run -d \ docker run -d \
--name="KassouBot" \ --name="KassouBot" \
mylloon/kassoubot \ index.docker.io/mylloon/kassoubot \
--TOKEN_DISCORD="yourTokenDiscord" \ --TOKEN_DISCORD="yourTokenDiscord" \
--TOKEN_GENIUS="yourTokenGenius" \ --TOKEN_GENIUS="yourTokenGenius" \
--TOKEN_REDDIT_CLIENT_ID="yourRedditClientID" \ --TOKEN_REDDIT_CLIENT_ID="yourRedditClientID" \

View file

@ -1,7 +1,7 @@
version: "2.1" version: "2.1"
services: services:
kassoubot: kassoubot:
image: mylloon/kassoubot image: index.docker.io/mylloon/kassoubot
container_name: KassouBot container_name: KassouBot
environment: environment:
- TOKEN_DISCORD=yourTokenDiscord - TOKEN_DISCORD=yourTokenDiscord