391759e929
Former-commit-id: e72ea19c5c
14 lines
338 B
YAML
14 lines
338 B
YAML
version: "3.2"
|
|
# See: https://docs.ipfs.tech/install/run-ipfs-inside-docker/#set-up
|
|
services:
|
|
ipfs:
|
|
image: ipfs/kubo:master-2023-02-20-714a968
|
|
restart: always
|
|
volumes:
|
|
- ./ipfs/import:/import
|
|
- ./ipfs/data:/data/ipfs
|
|
ports:
|
|
- "0.0.0.0:8080:8080"
|
|
- "0.0.0.0:4001:4001"
|
|
- "0.0.0.0:5001:5001"
|