1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/kubo/docker-compose.yml
2022-09-08 16:55:58 +08:00

16 lines
300 B
YAML

version: "3.8"
services:
kubo:
image: ipfs/kubo
ports:
- "4001:4001/tcp"
- "4001:4001/udp"
- "5001:5001"
- "8080:8080"
volumes:
- ./data/export:/export
- ./data/ipfs:/data/ipfs
environment:
- IPFS_PROFILE=server
restart: unless-stopped