Skip to content

Instantly share code, notes, and snippets.

@JayWood
Created February 16, 2022 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayWood/998287e19e8b7cfb89b9c4f0a7c6b137 to your computer and use it in GitHub Desktop.
Save JayWood/998287e19e8b7cfb89b9c4f0a7c6b137 to your computer and use it in GitHub Desktop.
version: '3.2'
services:
mc:
image: itzg/minecraft-server
container_name: ftb
restart: always
volumes:
- ./modpacks:/modpacks:ro
- ./data:/data
environment:
EULA: "TRUE"
MAX_MEMORY: 14G
TYPE: CURSEFORGE
CF_SERVER_MOD: /modpacks/SIMPLE-SERVER-FILES-0.2.36.zip
ports:
- 25565:25565
- 25575:25575
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment