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: