Skip to content

Commit

Permalink
update go image, works on ARM now as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthijs Hoekstra authored Jun 9, 2022
1 parent e7007aa commit 77a816e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ services:
- ${DB_VOL}:/data/db
ipfs:
container_name: ipfs
#this image doesn't work on ARM64 yet, use mhoekstra/go-ipfs:v0.7.0 if you want to deploy on ARM
image: ipfs/go-ipfs
image: ipfs/go-ipfs:master-latest
environment:
- IPFS_PATH=/data/ipfs
volumes:
Expand Down Expand Up @@ -67,4 +66,4 @@ services:
volumes:
- ..:/ion
ports:
- "3000:3000"
- "3000:3000"

0 comments on commit 77a816e

Please sign in to comment.