mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-30 03:02:55 +08:00
Merge pull request #1559 from SebiAi/modify/jmusicbot
[JMusicBot] Changed docker image to use java 16 - music playback doesn't work with java 8
This commit is contained in:
commit
ce8d77dc99
@ -9,7 +9,7 @@
|
|||||||
"description": "A Discord music bot that's easy to set up and run yourself!",
|
"description": "A Discord music bot that's easy to set up and run yourself!",
|
||||||
"features": null,
|
"features": null,
|
||||||
"images": [
|
"images": [
|
||||||
"ghcr.io\/parkervcp\/yolks:java_8"
|
"ghcr.io\/pterodactyl\/yolks:java_16"
|
||||||
],
|
],
|
||||||
"file_denylist": [],
|
"file_denylist": [],
|
||||||
"startup": "java -Dnogui=true -jar JMusicBot.jar",
|
"startup": "java -Dnogui=true -jar JMusicBot.jar",
|
||||||
|
Loading…
Reference in New Issue
Block a user