Add kubo (IPFS) as a stack #320

Merged
telackey merged 4 commits from add-kubo-stack into main 2023-04-20 01:48:55 +00:00
Showing only changes of commit e72ea19c5c - Show all commits

View File

@ -8,6 +8,6 @@ services:
- ./ipfs/import:/import
- ./ipfs/data:/data/ipfs
ports:
- "8080"
- "4001"
- "5001"
- "0.0.0.0:8080:8080"
- "0.0.0.0:4001:4001"
- "0.0.0.0:5001:5001"