mirror of https://github.com/docker/docs.git
Merge pull request #21195 from mikesir87/adjust-compose-settings
Adjust Compose watch settings to sync to new working directory
This commit is contained in:
commit
51bfc1e592
|
@ -10,4 +10,4 @@ services:
|
||||||
watch:
|
watch:
|
||||||
- action: sync
|
- action: sync
|
||||||
path: .
|
path: .
|
||||||
target: /src
|
target: /project
|
||||||
|
|
Loading…
Reference in New Issue