docker-sync -n
should create dummy volumes for non-started syncs
#807
Labels
docker-sync -n
should create dummy volumes for non-started syncs
#807
Error/Feature Requestion/Docs
Context:
docker-sync.yml
.docker-compose.yml
Expectation
docker-sync start -n api-docker-sync-docker-sync && docker-sync start -n web_app_v2-docker-sync
docker-compose up api web_app_v2
Instead, I get the following error:
external volume "web_app-docker-sync" not found
Potential Solution
docker-sync
should create empty volumes for non-started syncs.I'd love to help with this. Will take me some time to ramp up and understand this though. If anyone can point me in right direction or help with this, that'd be great.
The text was updated successfully, but these errors were encountered: