adding service name
This commit is contained in:
parent
a7a17092a6
commit
33a4dc66f7
1 changed files with 2 additions and 1 deletions
|
@ -6,11 +6,12 @@
|
|||
|
||||
You have to replace `TOKEN_DISCORD`, `PREFIX`, `TOKEN_GENIUS`, `TOKEN_REDDIT_CLIENT_ID`, `TOKEN_REDDIT_CLIENT_SECRET`, `TOKEN_REDDIT_USER_AGENT` and [`TIMEZONE`](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) with your desired values. You must also specify a path to the folder where the database will be.
|
||||
|
||||
With a [docker-compose](https://gitlab.com/ConfrerieDuKassoulait/KassouBot/-/blob/main/docker-compose.yml) (prefered) or in command line (it may not work):
|
||||
With a [docker-compose](https://gitlab.com/ConfrerieDuKassoulait/KassouBot/-/blob/main/docker-compose.yml) or in command line:
|
||||
```
|
||||
docker run -d \
|
||||
--name="Lavalink" \
|
||||
registry.gitlab.com/confreriedukassoulait/lavalink:latest \
|
||||
lavalink \
|
||||
-p 2333:2333 \
|
||||
--network="default" \
|
||||
--restart=unless-stopped \
|
||||
|
|
Reference in a new issue