cytopia
cytopia
@vielhuber I haven't looked into Windows yet for those kinds of performance improvements. Any idea what alternatives are offered for Windows
OK, didn't know that this also works on Windows.
I started this project on OSX and am now on Debian Linux. So far no performance issues (on Linux). **Update:** I even tried Magento and Shopware, both very heavy projects...
@chiribuc This is really great news. I've also linked it here in case someone stumbles across this issue via the forum: https://devilbox.discourse.group/t/fix-macos-performance-issues-via-docker-sync-mvp-available/72 Btw, if you do have bigger applications, can...
> In the `docker-compose-dev.yml` paste in the following but make sure to change the volume names and paths to reflect you local structure: > > ```yaml > version: '2.1' >...
I am currently trying to make a quick PR for testing, so it can still go into `v1.0.0` next week. A few issues I already stumbled across: * https://github.com/EugenMayer/docker-sync/issues/647 *...
> It is better to use sync_strategy for each volume instead of the global default_strategy. Good point, but this does not change the `default_strategy` issue on a per volume base...
> I know it sounds strange but I symlink some WordPress development plugins from some external directories, outside of devilbox or docker and they don't work if I set php...
> I know it sounds strange but I symlink some WordPress development plugins from some external directories, outside of devilbox or docker and they don't work if I set `php`...
@chiribuc can you create a separate issue for that including how you've altered `docker-compose.yml` in order to achieve such a symlinking magic.