nocom-kaboom/docker-compose.yml

15 lines
349 B
YAML

version: "3"
services:
kaboom:
build: .
# For autoreboot uncomment this
#restart: unless-stopped
# Change the ports here if you wish
ports:
- 25565:25565/tcp
# If you want to cache the patched jar so it doesn't have to redownload every restart, uncomment here
#volumes:
# - ./cache:/kaboom/server/cache:rw