mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-29 16:59:27 +00:00
Support multiple values for COPY_PLUGINS_SRC, COPY_MODS_SRC, and COPY_CONFIG_SRC (#3377)
This commit is contained in:
9
examples/paper/paper-build-plugins/docker-compose.yml
Normal file
9
examples/paper/paper-build-plugins/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
mc:
|
||||
build: .
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
ports:
|
||||
- 25565:25565
|
||||
stdin_open: true
|
||||
tty: true
|
||||
Reference in New Issue
Block a user