„docker-compose.yml“ hinzufügen

This commit is contained in:
Julia Logan 2022-04-21 10:55:48 +00:00
parent ae37809665
commit e83917aadb
1 changed files with 15 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@ -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