Updated examples for FTBA support

This commit is contained in:
Geoff Bourne
2020-05-31 18:39:53 -05:00
parent 11989d17e3
commit 6da2aca975
6 changed files with 38 additions and 25 deletions
+4 -2
View File
@@ -3,9 +3,11 @@ version: '3.2'
services:
mc:
image: itzg/minecraft-server
volumes:
- ./modpacks:/modpacks:ro
environment:
EULA: "true"
TYPE: FTB
FTB_SERVER_MOD: https://minecraft.curseforge.com/projects/all-the-mods-expert-remastered/files/2493900/download
TYPE: CURSEFORGE
CF_SERVER_MOD: /modpacks/SkyFactory_4_Server_4.1.0.zip
ports:
- 25565:25565