mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 13:57:03 +02:00
typo
This commit is contained in:
@@ -8,6 +8,8 @@ Manage Docker volumes.
|
||||
make volume-cp VOLUME_FROM=<from_volume> VOLUME_TO=<to_volume>
|
||||
```
|
||||
|
||||
💡 [Restart](DOCKER-COMPOSE.md#restart) containers to see changes.
|
||||
|
||||
## Volume remove
|
||||
|
||||
```sh
|
||||
|
||||
@@ -3,7 +3,7 @@ set -e
|
||||
SOURCE=/var/www/chevereto/
|
||||
TARGET=/var/www/html/
|
||||
EXCLUDE="\.git|\.DS_Store|\.well-known|\.vscode|\/app\/vendor|\/app\/env\.php|\/app\/importer\/jobs"
|
||||
[ -d "${SOURCE}"app/vendor/ ] && rsync --mkpath -a "${SOURCE}"app/vendor/ "${TARGET}"app/vendor
|
||||
[ -d "${SOURCE}"app/vendor/ ] && rsync --mkpath -a "${SOURCE}"app/vendor/ "${TARGET}"app/vendor/
|
||||
cp "${SOURCE}".gitignore "${TARGET}".gitignore
|
||||
function sync() {
|
||||
rsync -r -I -og \
|
||||
|
||||
Reference in New Issue
Block a user