When running the docker compose configuration provided in docker hub, the container fails to start with the following error:
geyser | Error: LinkageError occurred while loading main class org.geysermc.geyser.platform.standalone.GeyserStandaloneBootstrap
geyser | java.lang.UnsupportedClassVersionError: org/geysermc/geyser/platform/standalone/GeyserStandaloneBootstrap has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 55.0
geyser exited with code 1
When running the docker compose configuration provided in docker hub, the container fails to start with the following error: