-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels