Skip to content

Commit

Permalink
expose ports in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed May 18, 2023
1 parent d0f46d3 commit 2f3573d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/fixtures/bacnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
bacnet:
ipv4_address: 172.24.0.3
command: "python3 virtual_bacnet.py"
ports:
- "47808:47808/udp"
networks:
bacnet:
ipam:
Expand Down

0 comments on commit 2f3573d

Please sign in to comment.