docker: allow passing options to daemon

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
Lars Gierth 2016-07-08 03:23:35 +02:00
parent a8d9002990
commit 108bc9f5bf

View File

@ -19,4 +19,4 @@ else
ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8080
fi
exec ipfs daemon --enable-gc
exec ipfs daemon "$@"