mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-11 09:11:25 +00:00
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/sh
|
|
|
|
OPTS="-e $ES_URL -H $HOSTNAME"
|
|
|
|
exec bin/kibana $OPTS
|