projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c449863
)
fix deprecation
author
Sam
<sam.saffron@gmail.com>
Thu, 13 Mar 2014 04:37:56 +0000
(15:37 +1100)
committer
Sam
<sam.saffron@gmail.com>
Thu, 13 Mar 2014 04:37:56 +0000
(15:37 +1100)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 4e91a8ec42cd90523980d7c029f482b95430d681..e15b1eb25dc564584bc0668a336e56a7294462d0 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-216,7
+216,7
@@
case "$command" in
exit 1
fi
- docker run "${env[@]}" -h "`hostname`-$config" -e DOCKER_HOST_IP=$docker_ip -name $config --cidfile $cidfile $ports \
+ docker run "${env[@]}" -h "`hostname`-$config" -e DOCKER_HOST_IP=$docker_ip -
-
name $config --cidfile $cidfile $ports \
-d $volumes $local_discourse/$config /usr/bin/runsvdir -P /etc/service
exit 0