chore: use latest in all instances

This commit is contained in:
Vasco Santos 2021-06-09 15:39:34 +02:00
parent b58a032f0d
commit f98701507d

View File

@ -71,7 +71,7 @@ services:
# See Cluster PEER 0 for comments (all removed here and below) # See Cluster PEER 0 for comments (all removed here and below)
ipfs1: ipfs1:
container_name: ipfs1 container_name: ipfs1
image: ipfs/go-ipfs:release image: ipfs/go-ipfs:latest
volumes: volumes:
- ./compose/ipfs1:/data/ipfs - ./compose/ipfs1:/data/ipfs
@ -96,7 +96,7 @@ services:
# See Cluster PEER 0 for comments (all removed here and below) # See Cluster PEER 0 for comments (all removed here and below)
ipfs2: ipfs2:
container_name: ipfs2 container_name: ipfs2
image: ipfs/go-ipfs:release image: ipfs/go-ipfs:latest
volumes: volumes:
- ./compose/ipfs2:/data/ipfs - ./compose/ipfs2:/data/ipfs