diff options
Diffstat (limited to 'deployment/run.sh')
-rwxr-xr-x[-rw-r--r--] | deployment/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/run.sh b/deployment/run.sh index 1aae1f6..2451ef9 100644..100755 --- a/deployment/run.sh +++ b/deployment/run.sh @@ -1,6 +1,6 @@ #!/bin/bash CONSUL_IP="localhost" -MOUNTPATH="/configs" +MOUNTPATH="/configs/" docker run -e CONSUL_IP=$CONSUL_IP -e MOUNTPATH=$MOUNTPATH -it --name dkv -p 8200:8200 -p 8080:8080 dkv |