change location of application.yml
This commit is contained in:
parent
2b1e573af4
commit
b0ec60e243
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
||||||
- PREFIX=yourPrefix
|
- PREFIX=yourPrefix
|
||||||
volumes:
|
volumes:
|
||||||
- /here/your/path/:/db
|
- /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
|
restart: unless-stopped
|
||||||
|
|
||||||
# Use this if you want to use the cog music.py, otherwise delete this part
|
# Use this if you want to use the cog music.py, otherwise delete this part
|
||||||
|
|
Reference in a new issue