mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
bd4760e504
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com> Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
13 lines
281 B
YAML
13 lines
281 B
YAML
version: "3"
|
|
|
|
services:
|
|
mc:
|
|
restart: "no"
|
|
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
|
environment:
|
|
EULA: "TRUE"
|
|
SETUP_ONLY: "TRUE"
|
|
VERSION: ${MINECRAFT_VERSION:-LATEST}
|
|
VANILLATWEAKS_SHARECODE: MGr52E
|
|
REMOVE_OLD_VANILLATWEAKS: "TRUE"
|