mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-30 10:47:15 +00:00
Added initial SpongeForge information to Readme
This commit is contained in:
@@ -398,6 +398,13 @@ example:
|
|||||||
Note: The FTB server start script will also override other options,
|
Note: The FTB server start script will also override other options,
|
||||||
like `MOTD`.
|
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
|
## Using Docker Compose
|
||||||
|
|
||||||
Rather than type the server options below, the port mappings above, etc
|
Rather than type the server options below, the port mappings above, etc
|
||||||
|
|||||||
Reference in New Issue
Block a user