Converted mohist deployment to use image helper

This commit is contained in:
Geoff Bourne
2021-10-16 22:09:44 -05:00
parent 80d7efb365
commit 8bf7c6cccd
3 changed files with 26 additions and 9 deletions

View File

@@ -0,0 +1,17 @@
version: "3.8"
services:
mc:
image: itzg/minecraft-server
ports:
- "25565:25565"
environment:
EULA: "TRUE"
TYPE: MOHIST
VERSION: 1.12.2
DEBUG: "true"
volumes:
- data:/data
volumes:
data: {}