„docker-compose.yml“ hinzufügen
This commit is contained in:
parent
ae37809665
commit
e83917aadb
1 changed files with 15 additions and 0 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue