You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the override files at docker-compose does not replace volumes, adds new on each override.
We need to find the way to replace the original volume ( - ./:/var/www/html ) with - docker-sync:/var/www/html/:nocopy to allow mac to not have two volumes. It impacts very highly on performance terms.
The text was updated successfully, but these errors were encountered:
capynet
changed the title
Check if possible replace instead override a volume on a container
Mac: Check if possible replace instead override a volume on a container
Nov 14, 2018
For example if we have this volume:
And we want replace "- ./:/var/www/html" with
the result will be:
Since the override files at docker-compose does not replace volumes, adds new on each override.
We need to find the way to replace the original volume ( - ./:/var/www/html ) with - docker-sync:/var/www/html/:nocopy to allow mac to not have two volumes. It impacts very highly on performance terms.
The text was updated successfully, but these errors were encountered: