diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..b5775f5 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,15 @@ +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 \ No newline at end of file