-
I'm using dunglas/symfony-docker just clone it and followed the instruction inside the read.me to install and use it How can i speed up this docker? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
See : symfony-docker/compose.override.yaml Lines 11 to 13 in e7d8ef7 I couldn't suggest anything better, the performance issues are not related to the project but to the docker file system on the different OS. |
Beta Was this translation helpful? Give feedback.
-
Try to move your project to WSL's directory. Stored project on Windows' folders will be adapted by WSL's filesystem converter to be used by Docker. It increases CPU usage and makes project too lagy. |
Beta Was this translation helpful? Give feedback.
See :
symfony-docker/compose.override.yaml
Lines 11 to 13 in e7d8ef7
I couldn't suggest anything better, the performance issues are not related to the project but to the docker file system on the different OS.
Window is known for having the worst performance and we can't do anything about it on our own.