docker-minecraft-server/tests/setuponlytests/generic-packs/docker-compose.yml

15 lines
348 B
YAML
Raw Normal View History

version: "3"
services:
mc:
2022-01-04 03:59:19 +00:00
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "true"
2022-01-04 03:59:19 +00:00
SETUP_ONLY: "TRUE"
GENERIC_PACKS: https://github.com/itzg/mc-image-helper/releases/download/v1.9.5/mc-image-helper-1.9.5.zip,/packs/testing.zip
volumes:
- ./packs:/packs
- data:/data
volumes:
2022-01-04 03:59:19 +00:00
data: {}