Added tshock server; moved env vars to .env file

This commit is contained in:
Jef Roosens 2020-12-30 15:13:22 +01:00
parent fa44bd7b0c
commit ed0f06e797
9 changed files with 72 additions and 6 deletions

View file

@ -1 +1,3 @@
FABRIC_VERSION=
XMS=4
XMX=4

View file

@ -12,8 +12,8 @@ services:
tty: true
environment:
- XMS=4
- XMX=4
- XMS
- XMX
ports:
- '25565:25565'
volumes: