fix(docker): Matching ports to dev env

This commit is contained in:
Chris Troutner
2021-09-28 19:52:10 -07:00
parent a2270e70af
commit f181d8b095
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ services:
- mongo-ipfs-service
ports:
- '5001:5001' # <host port>:<container port>
- '4001:4001' # IPFS TCP
- '4003:4003' # IPFS WS
- '5268:5268' # IPFS TCP
- '5269:5269' # IPFS WS
volumes:
- ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
restart: always