File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " ipfs.dnp.dappnode.eth" ,
33 "version" : " 0.2.23" ,
4- "upstreamVersion" : " v0.27 .0" ,
4+ "upstreamVersion" : " v0.28 .0" ,
55 "description" : " Dappnode package responsible for providing IPFS connectivity" ,
66 "type" : " dncore" ,
77 "architectures" : [" linux/amd64" , " linux/arm64" ],
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ services:
1212 build :
1313 context : ./src
1414 args :
15- UPSTREAM_VERSION : v0.27 .0
16- image : " ipfs.dnp.dappnode.eth:0.2.20"
15+ UPSTREAM_VERSION : v0.28 .0
16+ image : ipfs.dnp.dappnode.eth:0.2.20
1717 restart : unless-stopped
1818 volumes :
19- - " ipfsdnpdappnodeeth_export:/export"
20- - " ipfsdnpdappnodeeth_data:/data/ipfs"
19+ - ipfsdnpdappnodeeth_export:/export
20+ - ipfsdnpdappnodeeth_data:/data/ipfs
2121 ports :
2222 - " 4001:4001"
23- - " 4002:4002/udp"
23+ - 4002:4002/udp
2424 environment :
2525 - EXTRA_OPTS
2626 - DATASTORE_STORAGEMAX=50GB
@@ -33,7 +33,7 @@ services:
3333 - SWARM_CONNMGR_HIGHWATER=900
3434 - SWARM_CONNMGR_GRACEPERIOD=20s
3535 security_opt :
36- - " seccomp:unconfined"
36+ - seccomp:unconfined
3737 networks :
3838 dncore_network :
3939 aliases :
You can’t perform that action at this time.
0 commit comments