docs: Corrected image tag in FTB example (#1530)

This commit is contained in:
Geoff Bourne
2022-05-22 15:25:44 -05:00
committed by GitHub
parent e7236212d8
commit 6768795594
+1 -1
View File
@@ -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.