Implemented 1500 MTU Networking Fix
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 6s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 6s
This commit is contained in:
@@ -36,6 +36,14 @@ services:
|
|||||||
image: "traefik:latest"
|
image: "traefik:latest"
|
||||||
restart: always
|
restart: always
|
||||||
container_name: "traefik-bunny-lab-io"
|
container_name: "traefik-bunny-lab-io"
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
entrypoint:
|
||||||
|
- /bin/sh
|
||||||
|
- -lc
|
||||||
|
- |
|
||||||
|
ip link set dev eth0 mtu 1500
|
||||||
|
exec traefik "$@"
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
|
|||||||
Reference in New Issue
Block a user