mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
Temporarily replace GTNH ServerPacks call with restify+jq (#3938)
This commit is contained in:
15
compose-dev.yml
Normal file
15
compose-dev.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
mc-dev:
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
EULA: true
|
||||
volumes:
|
||||
- ./scripts:/image/scripts:ro
|
||||
- data:/data
|
||||
ports:
|
||||
- "25565:25565"
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
data:
|
||||
Reference in New Issue
Block a user