Skip to content

Commit

Permalink
ci: expose grpc and http ports to host
Browse files Browse the repository at this point in the history
so we can send grpc and http commands from remote

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Oct 16, 2023
1 parent b74d4a3 commit 1ff275e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ services:
- ./conf/leaf1.conf:/etc/frr/frr.conf
ports:
- "16686:16686"
- "50151:50151"
- "8082:8082"
networks:
n1l1tos1:
ipv4_address: 10.168.1.5
Expand Down

0 comments on commit 1ff275e

Please sign in to comment.