Update minecraft/docker-compose.yml
Add in two further environment variables to see if I can connect
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
|||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
environment:
|
environment:
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
|
ENABLE_AUTOPAUSE: "false"
|
||||||
|
MAX_TICK_TIME: "-1"
|
||||||
volumes:
|
volumes:
|
||||||
# attach the relative directory 'data' to the container's /data path
|
# attach the relative directory 'data' to the container's /data path
|
||||||
- /mnt/nvme/minecraft/data:/data
|
- /mnt/nvme/minecraft/data:/data
|
||||||
Reference in New Issue
Block a user