Skip to content

Commit

Permalink
Fixing MTU issues in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Mar 1, 2023
1 parent e2079fc commit 925ba79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
docker_network:
name: test_docker_network
driver: bridge
driver_options:
com.docker.network.driver.mtu: 1440
enable_ipv6: false
internal: false
ipam_config:
Expand Down
2 changes: 2 additions & 0 deletions molecule/postgrespro/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
docker_network:
name: test_docker_network
driver: bridge
driver_options:
com.docker.network.driver.mtu: 1440
enable_ipv6: false
internal: false
ipam_config:
Expand Down

0 comments on commit 925ba79

Please sign in to comment.