mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
doc: update bulk-upload.md (#3673)
* Update bulk-upload.md This PR is to add a small clarification to use the same volumes for read only gallery in the docker command. Since the current docker commands refer to "/import" volume mounts that caused some confusion to me. * chore: formatting --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
parent
5fa9704a65
commit
c81bb2b70a
1 changed files with 6 additions and 0 deletions
|
@ -170,4 +170,10 @@ The proper command for above would be as shown below. You should have access to
|
|||
immich upload --key HFEJ38DNSDUEG --server http://192.168.1.216:2283/api --recursive /path/to/media --import
|
||||
```
|
||||
|
||||
If you are running the import using the docker command, please note that the volumes should point to the `/path/to/media` exactly on the environment the CLI command is being run on
|
||||
|
||||
```
|
||||
docker run -it --rm -v "/path/to/media:/path/to/media" ghcr.io/immich-app/immich-cli:latest upload --key HFEJ38DNSDUEG --server http://192.168.1.216:2283/api --recursive /path/to/media --import
|
||||
```
|
||||
|
||||
:::
|
||||
|
|
Loading…
Reference in a new issue