adding service name

This commit is contained in:
Mylloon 2021-08-14 20:40:45 +02:00
parent a7a17092a6
commit 33a4dc66f7

View file

@ -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. 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 \ docker run -d \
--name="Lavalink" \ --name="Lavalink" \
registry.gitlab.com/confreriedukassoulait/lavalink:latest \ registry.gitlab.com/confreriedukassoulait/lavalink:latest \
lavalink \
-p 2333:2333 \ -p 2333:2333 \
--network="default" \ --network="default" \
--restart=unless-stopped \ --restart=unless-stopped \