Replies: 1 comment 2 replies
-
|
Providing the container logs will be necessary for anyone to help. Also, why are you choosing to build from source? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I just discovered, that in docker you can run mc-server.

I have already done spigot 1.19 server, with plugins and DynMap, and it's working if you run it without docker.
But how can I run it in docker container?
I tried this command: docker run -it -d -v /minecraft-server:/data
-e TYPE=SPIGOT
-e BUILD_FROM_SOURCE=true
-p 25565:25565
-e EULA=TRUE
--name mc itzg/minecraft-server
But, it just crashes container.
I have these files:
How can I run this jar file? Inside docker container, of course.
Beta Was this translation helpful? Give feedback.
All reactions