use remote cipher, disable oauth, rename lavalink config to .yaml
This commit is contained in:
+2
-2
@@ -34,11 +34,11 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- _JAVA_OPTIONS=-Xmx1G
|
||||
# Lavalink reads this for lavalink.server.password in application.yml.
|
||||
# Lavalink reads this for lavalink.server.password in application.yaml.
|
||||
# Keep it equal to LAVALINK_PASSWORD (what the bot uses to connect).
|
||||
- LAVALINK_SERVER_PASSWORD=${LAVALINK_PASSWORD}
|
||||
volumes:
|
||||
- ./lavalink/application.yml:/opt/Lavalink/application.yml:ro
|
||||
- ./lavalink/application.yaml:/opt/Lavalink/application.yaml:ro
|
||||
# Named volume (managed by Docker) rather than a host bind mount. Docker
|
||||
# initializes it from the image, so it's owned by Lavalink's container user
|
||||
# and the plugin jars download without permission errors. No root-owned (or
|
||||
|
||||
Reference in New Issue
Block a user