1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 01:52:26 +08:00

Merge pull request #2490 from ipfs/docker-gc

docker: start daemon with --enable-gc
This commit is contained in:
Jeromy Johnson
2016-03-21 17:20:56 -07:00

View File

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