diff --git a/README.md b/README.md index 56b69a1..97089a1 100644 --- a/README.md +++ b/README.md @@ -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" \ diff --git a/docker-compose.yml b/docker-compose.yml index 26d38b1..c3258d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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