mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 05:42:28 +00:00
6 lines
55 B
Bash
Executable file
6 lines
55 B
Bash
Executable file
#!/bin/bash
|
|
|
|
OPTS="-e $ES_URL"
|
|
|
|
exec bin/kibana $OPTS
|
|
|