Created
February 16, 2022 00:40
-
-
Save JayWood/998287e19e8b7cfb89b9c4f0a7c6b137 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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