images/minecraft/README.md

23 lines
549 B
Markdown
Raw Normal View History

2024-06-06 21:27:05 +00:00
### images/minecraft
runs a miencraft server, very cool
#### volumes
- /data stores the minecraft server files
#### environment
- MC_TYPE can be `vanilla`,`paper`,`waterfall`,`velocity`,`folia`,`fabric`, or `forge`
- MC_VERSION is the minecraft version [`latest`,`snapshot`,`<version>`]
extra environment variables include
- PAPERMC_BUILD
- FABRIC_LOADER
- FABRIC_INSTALLER
- FORGE_VERSION [`recommended`, `latest`, `<version>`]
jvm configuration
- JVMARGS - overwrites the default jvm args
- MEMORY - sets the jvm memory amount (default 1G)