Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

publish gateway

Latest
Compare
Choose a tag to compare
@fphammerle fphammerle released this 05 Jun 18:20
· 2 commits to master since this release
1.1.0
e96c188

Added

  • entrypoint: support changing gateway address & port via environment variable IPFS_GATEWAY_ADDR
    (e.g. IPFS_GATEWAY_ADDR=/ip4/0.0.0.0/tcp/8080 to listen on all ipv4 interfaces, default: 127.0.0.1:8080)

Fixed

  • docker-compose: remove unsuppported option volumes[].tmpfs.mode