[SOLVED]Attatchments path
Added by Alexis BERNARDI over 2 years ago
Hello,
I have an issue trying to retrive all redmine attatchments
Redmine is installed via a Docker container
I have made a docker volume dedicated for attatchments
volumes:
- ./files:/var/redmine/files
in configuration.yml, the path is correctly entered
Inside Redmine container I can see /var/redmine/files
with all my 'old' attachments
but redmine only use /usr/src/redmine/files folder
where is my mistake ?
Thank you in advance
Regards
Alex
Replies (1)
RE: Attatchments path - Added by Alexis BERNARDI over 2 years ago
I have resolve my issue
my configuration.yml was not set correctly in my docker-compose.yml