mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-30 23:55:32 +00:00
docs: Corrected image tag in FTB example (#1530)
This commit is contained in:
@@ -571,7 +571,7 @@ The following example runs the latest version of [FTB Presents Direwolf20 1.12](
|
|||||||
docker run -d --name mc-ftb -e EULA=TRUE \
|
docker run -d --name mc-ftb -e EULA=TRUE \
|
||||||
-e TYPE=FTBA -e FTB_MODPACK_ID=31 \
|
-e TYPE=FTBA -e FTB_MODPACK_ID=31 \
|
||||||
-p 25565:25565 \
|
-p 25565:25565 \
|
||||||
itzg/minecraft-server:multiarch
|
itzg/minecraft-server:java8-multiarch
|
||||||
```
|
```
|
||||||
|
|
||||||
> Normally you will also add `-v` volume for `/data` since the mods and config are installed there along with world data.
|
> Normally you will also add `-v` volume for `/data` since the mods and config are installed there along with world data.
|
||||||
|
|||||||
Reference in New Issue
Block a user