new url
This commit is contained in:
parent
3aa1523610
commit
974368e01b
2 changed files with 3 additions and 3 deletions
|
@ -28,12 +28,12 @@ python3 main.py
|
|||
|
||||
## Use Docker
|
||||
|
||||
With a [docker-compose](https://gitlab.com/ConfrerieDuKassoulait/TwitchBot/-/blob/main/docker-compose.yml) or in command line:
|
||||
With a [docker-compose](https://gitlab.com/ConfrerieDuKassoulait/Bot-Tom/-/blob/main/docker-compose.yml) or in command line:
|
||||
|
||||
```
|
||||
docker run -d \
|
||||
--name="TwitchBot" \
|
||||
registry.gitlab.com/confreriedukassoulait/twitchbot:latest \
|
||||
registry.gitlab.com/confreriedukassoulait/bot-tom:latest \
|
||||
--ACCESS_TOKEN="yourAccessToken" \
|
||||
--PREFIX="yourPrefix" \
|
||||
--CHANNEL="yourChannel(s)" \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "2.1"
|
||||
services:
|
||||
twitchbot:
|
||||
image: registry.gitlab.com/confreriedukassoulait/twitchbot:latest
|
||||
image: registry.gitlab.com/confreriedukassoulait/bot-tom:latest
|
||||
container_name: TwitchBot
|
||||
environment:
|
||||
- ACCESS_TOKEN=yourAccessToken
|
||||
|
|
Loading…
Reference in a new issue