Skip to content

Commit 5216399

Browse files
authored
fixed compose to use v1 compatible yaml file (#50)
* re-run bootstrap if all nodes are lost * fixed inconsitent docu * removed compose v2 syntax
1 parent dc90ff0 commit 5216399

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ services:
102102
- dlockss-data:/data # persistent D-LOCKSS data (identity, cluster state, ingested files)
103103
- ipfs-data:/ipfs-repo:ro # read-only access to Kubo config for identity
104104
depends_on:
105-
ipfs:
106-
condition: service_healthy
105+
- ipfs
107106
labels:
108107
- com.centurylinklabs.watchtower.enable=true
109108

0 commit comments

Comments
 (0)