@@ -21,7 +21,7 @@ To run the container, use a command like the following one:
2121 -e MERGIN__USERNAME=john \
2222 -e MERGIN__PASSWORD=myStrongPassword \
2323 -e MERGIN__PROJECT_NAME=john/my_project \
24- lutraconsulting/mergin-media-sync:latest python3 media_sync_daemon.py
24+ lutraconsulting/mergin-media-sync python3 media_sync_daemon.py
2525```
2626The sync process will start, regularly checking Mergin service copy/move media files from a Mergin project to an external storage.
2727Local drive is a default backend, you need to mount volume from host machine for data to persist.
@@ -41,7 +41,7 @@ docker run -it \
4141 -e REFERENCE__TABLE=my_table \
4242 -e REFERENCE__LOCAL_PATH_FIELD=col_with_path \
4343 -e REFERENCE__DRIVER_PATH_FIELD=col_with_ext_url \
44- mergin-media-sync python3 media_sync_daemon.py
44+ lutraconsulting/ mergin-media-sync python3 media_sync_daemon.py
4545```
4646Make sure you have correct structure of you .gpkg file. Otherwise leave all ` REFERENCE__ ` variables empty.
4747
@@ -59,8 +59,8 @@ docker run -it \
5959 -e MINIO__ACCESS_KEY=access-key \
6060 -e MINIO__SECRET_KEY=secret-key \
6161 -e MINIO__BUCKET=destination-bucket \
62- -e MINIO__SECRET =1 \
63- mergin-media-sync python3 media_sync_daemon.py
62+ -e MINIO__SECURE =1 \
63+ lutraconsulting/ mergin-media-sync python3 media_sync_daemon.py
6464```
6565
6666** Please note double underscore ` __ ` is used to separate [ config] ( config.ini.default ) group and item.**
0 commit comments