mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 22:32:28 +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
|