Added initial SpongeForge information to Readme

This commit is contained in:
Aitor Ramos Sasselli 2017-11-05 22:41:11 +01:00
parent eb239bfdb7
commit f347f30353

View file

@ -398,6 +398,13 @@ example:
Note: The FTB server start script will also override other options,
like `MOTD`.
## Running a SpongeVanilla server
Enable SpongeVanilla server mode by adding a `-e TYPE=SPONGEVANILLA` to your command-line.
docker run -d -v /path/on/host:/data -e TYPE=SPONGEVANILLA \
-p 25565:25565 -e EULA=TRUE --name mc itzg/minecraft-server
## Using Docker Compose
Rather than type the server options below, the port mappings above, etc