From e69d830cc3bcff3892792fd6015c53a085fbb044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Mon, 28 Jun 2021 19:40:35 +0200 Subject: [PATCH] Link to Docker image --- README.md | 2 +- docker-compose.yml.dist | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cc8394..6fc08ee 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ More features will be available in the future. ## How do I use it? Twason is currently in development and may contain bugs, but it is globally usable. Actually, I'm using it on [my Twitch channel](https://twitch.tv/jdeuchnord). -The simplest (and safest) way to use it is to use the Docker image: `deuchnord/twason`. +The simplest (and safest) way to use it is to use the Docker image: [`deuchnord/twason`](https://hub.docker.com/r/deuchnord/twason). A Docker-Compose file is also available for facility. ### About the Twitch token diff --git a/docker-compose.yml.dist b/docker-compose.yml.dist index fb058c7..2ebdce6 100644 --- a/docker-compose.yml.dist +++ b/docker-compose.yml.dist @@ -2,9 +2,7 @@ version: '3.8' services: bot: - build: - dockerfile: Dockerfile - context: . + image: 'deuchnord/twason:unstable' env: TWITCH_TOKEN: 'SET_THIS_TOKEN' volumes: