Skip to content

Commit

Permalink
docker: allow passing options to daemon
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
  • Loading branch information
Lars Gierth committed Jul 8, 2016
1 parent a8d9002 commit 108bc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/container_daemon
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit 108bc9f

Please sign in to comment.