spelling: environment
This commit is contained in:
parent
f1d21bfdfe
commit
37f36659d7
|
@ -16,7 +16,7 @@ set -e
|
||||||
NOMAD_DATA_DIR=/nomad/data
|
NOMAD_DATA_DIR=/nomad/data
|
||||||
NOMAD_CONFIG_DIR=/etc/nomad
|
NOMAD_CONFIG_DIR=/etc/nomad
|
||||||
|
|
||||||
# You can also set the NOMAD_LOCAL_CONFIG environemnt variable to pass some
|
# You can also set the NOMAD_LOCAL_CONFIG environment variable to pass some
|
||||||
# Nomad configuration JSON without having to bind any volumes.
|
# Nomad configuration JSON without having to bind any volumes.
|
||||||
if [ -n "$NOMAD_LOCAL_CONFIG" ]; then
|
if [ -n "$NOMAD_LOCAL_CONFIG" ]; then
|
||||||
echo "$NOMAD_LOCAL_CONFIG" > "$NOMAD_CONFIG_DIR/local.json"
|
echo "$NOMAD_LOCAL_CONFIG" > "$NOMAD_CONFIG_DIR/local.json"
|
||||||
|
|
Loading…
Reference in New Issue