1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00

feat: update volume sync

This commit is contained in:
Christy Jacob 2022-11-07 17:36:42 +05:30
parent 0c6107990d
commit f5bf48baa7
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,7 @@ $cli
if (!file_exists($source)) {
Console::error('Source directory does not exist. Exiting ... ');
Console::exit(1);
Console::exit(0);
}
Console::loop(function () use ($interval, $source, $destination) {

View file

@ -647,7 +647,6 @@ services:
<<: *x-logging
container_name: appwrite-volume-sync
image: appwrite-dev
restart: on-failure:4
command:
- --source=/data/src/ --destination=/data/dest/ --interval=10
networks: