Skip to content

Commit

Permalink
Merge pull request #128 from manandbytes/docker
Browse files Browse the repository at this point in the history
[docker-compose] Keep IPFS version in sync with Travis configuration
  • Loading branch information
ianopolous authored Jan 25, 2019
2 parents f655b74 + 488097b commit 0346ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
ipfs-daemon:
image: 'ipfs/go-ipfs'
image: 'ipfs/go-ipfs:v0.4.16'
ports:
- "4001:4001"
- "5001:5001"
Expand Down

0 comments on commit 0346ad9

Please sign in to comment.