Fix \
This commit is contained in:
parent
35127a7a18
commit
434e14e84a
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ docker run -d \
|
||||||
-e PREFIX="yourPrefix" \
|
-e PREFIX="yourPrefix" \
|
||||||
-v /here/your/path/:/opt/db \
|
-v /here/your/path/:/opt/db \
|
||||||
--network="default-kassoubot" \
|
--network="default-kassoubot" \
|
||||||
--restart=unless-stopped
|
--restart=unless-stopped \
|
||||||
registry.gitlab.com/confreriedukassoulait/kassoubot \
|
registry.gitlab.com/confreriedukassoulait/kassoubot
|
||||||
```
|
```
|
||||||
- You shouldn't change at least the service name of the Lavalink container because the bot is using his DNS name (and it's based on the service's name).
|
- You shouldn't change at least the service name of the Lavalink container because the bot is using his DNS name (and it's based on the service's name).
|
||||||
- You can add the environment variable `DEACTIVATE` to disable some cogs (separate the cogs with commas and no spaces between).
|
- You can add the environment variable `DEACTIVATE` to disable some cogs (separate the cogs with commas and no spaces between).
|
||||||
|
|
Reference in a new issue