mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-18 23:13:53 +00:00
5 lines
65 B
Bash
Executable file
5 lines
65 B
Bash
Executable file
#!/bin/sh
|
|
|
|
OPTS="-e $ES_URL -H $HOSTNAME"
|
|
|
|
exec bin/kibana $OPTS
|