We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ffafc1 + c7876e0 commit ca77e78Copy full SHA for ca77e78
dist/mutagen.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
-mutagen terminate --label-selector=magento-docker
3
-mutagen terminate --label-selector=magento-docker-vendor
+mutagen sync terminate --label-selector=magento-docker
+mutagen sync terminate --label-selector=magento-docker-vendor
4
5
-mutagen create \
+mutagen sync create \
6
--label=magento-docker \
7
--sync-mode=two-way-resolved \
8
--default-file-mode=0644 \
@@ -20,7 +20,7 @@ mutagen create \
20
--symlink-mode=posix-raw \
21
./ docker://$(docker-compose ps -q fpm|awk '{print $1}')/app
22
23
24
--label=magento-docker-vendor \
25
26
0 commit comments