This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
2020-12-30 12:24:21 +01:00
|
|
|
version: '3.5'
|
|
|
|
services:
|
|
|
|
fabric:
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
args:
|
2020-12-30 12:53:37 +01:00
|
|
|
- 'FABRIC_VERSION=0.6.1.51'
|
2020-12-30 12:24:21 +01:00
|
|
|
image: 'mc-fabric-server:latest'
|
|
|
|
|
|
|
|
restart: 'unless-stopped'
|
|
|
|
stdin_open: true
|
|
|
|
tty: true
|
|
|
|
|
|
|
|
environment:
|
|
|
|
- XMS=4
|
|
|
|
- XMX=4
|
|
|
|
ports:
|
|
|
|
- '25565:25565'
|
|
|
|
volumes:
|
2020-12-30 12:53:37 +01:00
|
|
|
- '/data/mc/fabric/config:/mc/config'
|
|
|
|
- '/data/mc/fabric/mods:/mc/config/mods'
|
|
|
|
- '/data/mc/fabric/worlds:/mc/worlds'
|