- #115 Allow inline configuration as an option rather than a separate
config.json
file.
If you wish, you can now pass the configuration inline from your docker-compose.yml
file like this:
environment:
PUBLIC_BASE_URL: https://your-proxy-url.com
IMMICH_URL: http://your-internal-immich-server:2283
CONFIG: |
{
"ipp": {
"singleImageGallery": false,
...
}
}