Skip to content

Commit fbe8973

Browse files
committed
README
Updated Docker image environment variable table description
1 parent 4af5bbf commit fbe8973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The environment variables are analoguous to the script's command line arguments.
5959
| ROOT_PATH | yes | The external libarary's root path in Immich |
6060
| API_URL | yes | The root API URL of immich, e.g. https://immich.mydomain.com/api/ |
6161
| API_KEY | yes | The Immich API Key to use |
62-
| ALBUM_LEVELS | no | Number of levels of sub-folder for which to create separate albums. Must be at least 1. (default: 1) |
62+
| ALBUM_LEVELS | no | Number of levels of sub-folder for which to create separate albums. Must be at least 1. (default: 1) Refer to [How it works](#how-it-works) for a detailed explanation|
6363
| ALBUM_SEPARATOR | no | Separator string to use for compound album names created from nested folders. Only effective if -a is set to a value > 1 (default: " ") |
6464
| CHUNK_SIZE | no | Maximum number of assets to add to an album with a single API call (default: 2000) |
6565
| FETCH_CHUNK_SIZE | no | Maximum number of assets to fetch with a single API call (default: 5000) |

0 commit comments

Comments
 (0)