Skip to content

Commit

Permalink
chore: use m1 compat ipfs docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed May 28, 2022
1 parent 9ea441e commit fa325cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/docker/docker-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.6'
services:
ipfs1:
container_name: ipfs1
image: ipfs/go-ipfs:v0.12.0
image: ipfs/go-ipfs:v0.10.0 # update this when go-ipfs M1 macs https://github.com/ipfs/go-ipfs/issues/8645
ports:
- '9089:5001' # ipfs api - expose if needed/wanted
- '9081:8080' # ipfs gateway - expose if needed/wanted
2 changes: 1 addition & 1 deletion packages/edge-gateway/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.6'
services:
ipfs0:
container_name: ipfs0
image: ipfs/go-ipfs:v0.12.0
image: ipfs/go-ipfs:v0.10.0 # update this when go-ipfs M1 macs https://github.com/ipfs/go-ipfs/issues/8645
ports:
- '9089:5001' # ipfs api - expose if needed/wanted
- '9081:8080' # ipfs gateway - expose if needed/wanted

0 comments on commit fa325cd

Please sign in to comment.