Skip to content

Minecraft Forge server images for Docker based on OpenJDK built on Eclipse OpenJ9

License

Notifications You must be signed in to change notification settings

dockerwolf/minecraft-forge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Forge

These are docker images for Minecraft Forge running on an Minecraft container.

Versions

To get an overview about the available versions please take a look at the GitHub branches or our Docker Hub tags, these lists are always up to date.

Volumes

  • /minecraft/merge
  • /minecraft/world
  • /minecraft/logs
  • /minecraft/dynmap

Ports

  • 25565
  • 25575
  • 8123

Available environment variables

ENV SERVER_DYNMAP false
ENV SERVER_SPONGE false

ENV DYNMAP_VERSION 3.0-beta-3-forge

# Accepts a URL to a zip containing the root folder structure for a server pack
# Only recommended for testing purposes
ENV PACK_ZIP_URL false

# The following require SERVER_SPONGE to equal true
ENV SPONGE_FAWE false
ENV SPONGE_LUCKPERMS false
ENV SPONGE_NUCLEUS false

ENV SPONGE_VERSION 2768-7.1.5
ENV FAWE_VERSION sponge112-19.09.12-dc2d277-1245-22.0.7
ENV LUCKPERMS_VERSION 4.3.99
ENV NUCLEUS_VERSION 1.8.3-S7.1

Inherited environment variables

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2015-2017 Thomas Boerger <http://www.webhippie.de>
Copyright (c) 2019 Chip Wolf <https://chipwolf.uk>

About

Minecraft Forge server images for Docker based on OpenJDK built on Eclipse OpenJ9

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.9%
  • Dockerfile 28.1%