Skip to content

Commit

Permalink
fix missunderstanding with the 'default' value for strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer authored Mar 10, 2019
1 parent 843f36d commit bbb7184
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/getting-started/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ References
syncs:
default-sync:
# os aware sync strategy, default to native_osx under MacOS (except with docker-machine which use unison), and native docker volume under linux
sync_strategy: 'default'
# os aware sync strategy, defaults to native_osx under MacOS (except with docker-machine which use unison), and native docker volume under linux
# remove this option to use the default strategy per os or set a specific one
sync_strategy: 'native_osx'
# which folder to watch / sync from - you can use tilde, it will get expanded.
# the contents of this directory will be synchronized to the Docker volume with the name of this sync entry ('default-sync' here)
src: './default-data/'
Expand Down

0 comments on commit bbb7184

Please sign in to comment.