You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DLOCKSS_PROTOCOL.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,14 +247,13 @@ services:
247
247
depends_on: [ipfs]
248
248
volumes:
249
249
- ipfs-data:/ipfs-repo:ro
250
-
- dlockss-data:/data
250
+
- ./dlockss-files:/data
251
251
environment:
252
252
DLOCKSS_IPFS_CONFIG: /ipfs-repo/config
253
253
DLOCKSS_IPFS_NODE: /dns4/ipfs/tcp/5001
254
254
DLOCKSS_DATA_DIR: /data/ingest
255
255
volumes:
256
256
ipfs-data:
257
-
dlockss-data:
258
257
```
259
258
260
259
**Legacy migration:** If a `dlockss.key` exists in the working directory but not at the configured identity path (e.g. after upgrading), it is automatically copied to the new location so the node retains its Peer ID.
0 commit comments