1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 09:34:03 +08:00

Merge pull request #2955 from ipfs/feature/docker-daemon-opts

docker: allow passing options to daemon
This commit is contained in:
Jeromy Johnson
2016-07-09 10:32:27 -07:00
committed by GitHub

View File

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