alpha
Login
or
Join now
willdot.net
/
distributed-pds
forked from
willdot.net/cocoon
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A fork of the Cocoon PDS but being made more distributed.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix initial invite key invalid (#67)
author
emi
committer
GitHub
date
4 months ago
(Feb 7, 2026, 10:09 PM -0800)
commit
ea980a7e
ea980a7e278427897c43ca7f21db3128674c731d
parent
675137e2
675137e2cd6f5f174b4ac068a2cf6e3f258bbdc8
+1
1 changed file
Expand all
Collapse all
Unified
Split
docker-compose.yaml
+1
docker-compose.yaml
Reviewed
···
91
91
network_mode: host
92
92
volumes:
93
93
- ./keys:/keys
94
94
+
- ./data:/data/cocoon
94
95
- ./create-initial-invite.sh:/create-initial-invite.sh:ro
95
96
environment:
96
97
COCOON_DID: ${COCOON_DID}