mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com> Co-authored-by: Geoff Bourne <itzgeoff@gmail.com> Co-authored-by: Floyd Everest <me@floydeverest.com>
15 lines
330 B
YAML
15 lines
330 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,tF1zL2,LnEDwT
|
|
REMOVE_OLD_VANILLATWEAKS: "FALSE"
|
|
volumes:
|
|
- ./data:/data
|