Skip to content

Commit 0346ad9

Browse files
authored
Merge pull request #128 from manandbytes/docker
[docker-compose] Keep IPFS version in sync with Travis configuration
2 parents f655b74 + 488097b commit 0346ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
ipfs-daemon:
4-
image: 'ipfs/go-ipfs'
4+
image: 'ipfs/go-ipfs:v0.4.16'
55
ports:
66
- "4001:4001"
77
- "5001:5001"

0 commit comments

Comments
 (0)