bukkit-hc-revive/dev/docker-compose.yml

17 lines
313 B
YAML
Raw Normal View History

2020-06-26 14:12:15 +00:00
version: "3"
services:
spigot-dev:
image: "nimmis/spigot"
2020-06-26 14:42:45 +00:00
container_name: "spigot-dev-hc-revive"
2020-06-26 14:12:15 +00:00
environment:
- EULA=true
- MC_MAXMEM=4g
- SPIGOT_VER=1.16.1
- SPIGOT_UID=1000
volumes:
- "./container:/minecraft"
restart: "no"
ports:
2020-06-26 14:42:45 +00:00
- "25565:25565"