From b0ec60e243a08e472b2583eea6f16213f3c5b284 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 7 Aug 2021 11:17:38 +0200 Subject: [PATCH] change location of application.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 035ef3b..f9c43d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: - PREFIX=yourPrefix volumes: - /here/your/path/:/db - - /here/your/path/:/Lavalink # Use this if you want to use the cog music.py + - /here/your/path/:application.yml # Use this if you want to use the cog music.py restart: unless-stopped # Use this if you want to use the cog music.py, otherwise delete this part