Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3.7'
- volumes:
- docker_minecraft-emporium_data:
- external: true
- services:
- # Manual steps not captured:
- # - Install mods:
- # 1) wget https://github.com/DeadlyMC/QuickCarpet114/releases/download/1.13.0/quickcarpet114-1.13.0.jar
- # 2) wget https://github.com/skyrising/skyblock/releases/download/2.0.0-dev.20190627.141850/skyblock-2.0.0-dev.20190627.141850.jar
- # - Make people ops (manually edit ops.json, use level:2)
- minecraft-emporium:
- image: itzg/minecraft-server
- container_name: minecraft-emporium
- ports:
- - '24536:25565'
- expose:
- - '25575' # rcon
- env_file:
- - ./minecraft/config/default.env
- environment:
- # --- JVM Options ---
- INIT_MEMORY: '1G'
- MAX_MEMORY: '4G'
- LEVEL: emporium
- MOTD: Blah Blah Blah
- # -- Container Initialization Options --
- SEED: '-1699301716950713092'
- VERSION: '1.14.2'
- TYPE: FABRIC
- FABRICVERSION: 0.5.0.33
- restart: unless-stopped
- stdin_open: 'true'
- tty: 'true'
- volumes:
- - docker_minecraft-emporium_data:/data:rw
Add Comment
Please, Sign In to add comment