Merge pull request #27 from Permissionless-Software-Foundation/ct-unstable

fix(docker-compose): Opening up IPFS ports
This commit is contained in:
Chris Troutner
2021-08-28 17:31:40 -07:00
committed by GitHub
+2
View File
@@ -18,6 +18,8 @@ ipfs-service:
- mongo-ipfs-service - mongo-ipfs-service
ports: ports:
- '5001:5001' # <host port>:<container port> - '5001:5001' # <host port>:<container port>
- '4001:4001' # IPFS TCP
- '4003:4003' # IPFS WS
volumes: volumes:
# - ./logs:/home/coinjoin/consolidating-coinjoin/logs # - ./logs:/home/coinjoin/consolidating-coinjoin/logs
#- ./keys:/home/safeuser/keys #- ./keys:/home/safeuser/keys