Skip to content

Commit

Permalink
Templates: Expose IPFS 8080 port
Browse files Browse the repository at this point in the history
This way we can access it from outside and use it with the local apps
generated with aragon-dev-cli.
  • Loading branch information
ßingen committed May 10, 2018
1 parent 814b2a9 commit b0ff9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/beta/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
ports:
- "5001:5001"
- "4001:4001"
- "8080:8080"
expose:
- 5001
networks:
Expand Down

0 comments on commit b0ff9ed

Please sign in to comment.