@cryptotaxi247 / kubo / commits / 108bc9f5b

docker: allow passing options to daemon

License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>

Lars Gierth committed Jul 8, 2016 at 03:23 UTC 108bc9f5bfa686913af44041b557d4cdd25a86da
1 file changed +1 -1
bin/container_daemon
+1 -1
@@ -19,4 +19,4 @@ else
19 ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8080
20 fi
21
22 -exec ipfs daemon --enable-gc
22 +exec ipfs daemon "$@"