mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-19 02:15:34 +00:00
@@ -0,0 +1,15 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
mc:
|
||||
restart: "no"
|
||||
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
SETUP_ONLY: "TRUE"
|
||||
TYPE: "SPONGEVANILLA"
|
||||
SPONGEVERSION: "1.12.2-7.3.1-RC391"
|
||||
DIFFICULTY: "0"
|
||||
|
||||
volumes:
|
||||
- ./data:/data
|
||||
@@ -0,0 +1 @@
|
||||
mc-image-helper assert propertyEquals --file=server.properties --property=difficulty --expect=0
|
||||
Reference in New Issue
Block a user