Skip to content

Commit

Permalink
add mtu to docker comose files in python test suite (#29334)
Browse files Browse the repository at this point in the history
Co-authored-by: Vlado Djerek <[email protected]>
  • Loading branch information
volatilemolotov and volatilemolotov authored Nov 7, 2023
1 parent 616075f commit c68125d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,7 @@ services:
- "azurite"

networks:
azure_test_net:
test_net:
driver: bridge
driver_opts:
com.docker.network.driver.mtu: 1460
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ services:

networks:
test_net:
driver: bridge
driver_opts:
com.docker.network.driver.mtu: 1460

0 comments on commit c68125d

Please sign in to comment.