From e83917aadb7eeacb05347f7998101abe7db42766 Mon Sep 17 00:00:00 2001 From: Julia Date: Thu, 21 Apr 2022 10:55:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Edocker-compose.yml=E2=80=9C=20hinzuf?= =?UTF-8?q?=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docker-compose.yml 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