Skip to content

Unable to load config.json #83

@pomnihub

Description

@pomnihub

Hi,

I am unable to pass the config.jason to the docker container.

I tried to renaming the file to test that it is being loaded/passed but no luck.

The docker-compose.yml file: /var/lib/docker/volumes/portainer_data/_data/compose/4

services:
immich-public-proxy:
image: alangrainger/immich-public-proxy:latest
volumes:
- ./config.json:/app/config.json:ro

I've also tried created an env variable but again, no luck.

JSONFILE_PATH = /var/lib/docker/volumes/portainer_data/_data/compose/4

services:
immich-public-proxy:
image: alangrainger/immich-public-proxy:latest
volumes:
- ${JSONFILE_PATH}:/app/config.json:ro

Any suggestions please?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions