RPG Modpack Featuring Quests, Origins, Magic, MMO Server, Fabric Edition
191
RPG Modpack Featuring Quests, Origins, Magic, MMO Server, Fabric Edition
docker run -d --name minecraft-server -p 25565:25565 -e EULA=true -e MODPACK_RAM=4g tricked/darkrpg
You can run the modpack with the following docker-compose.yml file
version: "3.8"
services:
minecraft-server:
image: tricked/darkrpg:latest
container_name: darkrpg-server
ports:
- 25565:25565
volumes:
- ./data:/data
starting docker-compose up -d will start the server in the background keep in mind it can take several minutes to install and start.
OPTS: Change the default jvm flags
MODPACK_RAM: Change the default ram for the server this is overwritten by 'OPTS'
modpack updated timestamp 2022-10-24T01:23:10.747Z - id 515345
curseforge link: https://www.curseforge.com/minecraft/modpacks/darkrpg
You can find the source code to this project here https://github.com/Tricked-dev/dockermc
Content type
Image
Digest
sha256:1968da289…
Size
355.4 MB
Last updated
almost 4 years ago
docker pull tricked/darkrpg