Skip to content

Commit

Permalink
Merge pull request #2955 from ipfs/feature/docker-daemon-opts
Browse files Browse the repository at this point in the history
docker: allow passing options to daemon
  • Loading branch information
whyrusleeping authored Jul 9, 2016
2 parents a8d9002 + 108bc9f commit 926ab83
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 926ab83

Please sign in to comment.