mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
65d6c5bb32
For #1378
14 lines
249 B
YAML
14 lines
249 B
YAML
version: "3"
|
|
|
|
services:
|
|
mc:
|
|
restart: "no"
|
|
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
|
environment:
|
|
EULA: "TRUE"
|
|
SETUP_ONLY: "TRUE"
|
|
TYPE: PAPER
|
|
SPIGET_RESOURCES: "34315,3836"
|
|
volumes:
|
|
- ./data:/data
|