Skip to content

Commit 80ce4df

Browse files
authored
Merge pull request #4 from gitpod-io/aledbf/mtu
Update MTU size to align value with the veth size
2 parents ac29d97 + 63bab9d commit 80ce4df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ services:
4747
- elastic
4848
networks:
4949
elastic:
50-
driver: bridge
50+
driver: bridge
51+
# default MTU size in docker-compose is 1500
52+
driver_opts:
53+
com.docker.network.driver.mtu: 1440

0 commit comments

Comments
 (0)