How to change MTU size on Dokploy?
I have issue with pip install (long timeout), so, I asked my hosting provider (I use reg.ru..), they tell me change MTU; I checked the docs (https://docs.dokploy.com/en/docs/core/application/advanced#network), but actually found no way to change it 😦

4 Replies
i think you need to change manually the daemon file from docker
for applications you can use this

for compose I think you need to define manually the labels
I did it via terminal, thank you