Skip to content

Commit ca0ec93

Browse files
authored
Update README.md
1 parent f5d2a91 commit ca0ec93

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
```
2626
The sync process will start, regularly checking Mergin service copy/move media files from a Mergin project to an external storage.
2727
Local 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
```
4646
Make 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

Comments
 (0)