mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
a316bd8f95
Environment variable replacement now only affects matching file types. Closes #299
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/sh
|
|
|
|
OPTS="-e $ES_URL -H $HOSTNAME"
|
|
|
|
exec bin/kibana $OPTS
|