LoupGarou/docker-compose.yaml

14 lines
229 B
YAML
Raw Normal View History

version: "3.0"
services:
2020-09-07 23:40:57 +02:00
loup-garou:
build:
context: .
dockerfile: ./docker/Dockerfile
args:
SPIGOT_VERSION: 1.15.1
volumes:
- ./minecraft_data:/minecraft
ports:
- 25565:25565