Skip to content

Commit

Permalink
limit gateway exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
Canvinus committed Dec 8, 2023
1 parent 21dc86b commit d6e45b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
ports:
- "127.0.0.1:${IPFS_PORT}:${IPFS_PORT}"
- "${SWARM_PORT}:${SWARM_PORT}"
- "${GATE_PORT}:${GATE_PORT}"
- "127.0.0.1:${GATE_PORT}:${GATE_PORT}"
volumes:
- ./docker-data/ipfs:/ipfsdata

Expand Down

0 comments on commit d6e45b6

Please sign in to comment.