Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add config files for plugins? #27

Open
dmd opened this issue Feb 18, 2020 · 4 comments
Open

add config files for plugins? #27

dmd opened this issue Feb 18, 2020 · 4 comments

Comments

@dmd
Copy link
Contributor

dmd commented Feb 18, 2020

I'd like to use the xnat-ldap-plugin. It seems to want me to write a file into /data/xnat/home/config, but that path seems to be internal to this container, not mounted from outside.

What's the right thing to do?

@kelseym
Copy link
Contributor

kelseym commented Feb 18, 2020

Take a look at ./xnat/Dockerfile line: 13
You can add a line and copy the pattern "ADD foo.config /data/xnat/home/config/foo.config

Once you rebuild the xnat container:
docker-compose build xnat-web
and restart xnat-web:
docker-compose restart xnat-web

you should be set to go.

@tclose
Copy link
Collaborator

tclose commented Feb 18, 2020 via email

@johnflavin
Copy link
Contributor

You're keeping all the good stuff for yourselves on a fork? Come on, Tom, merge that stuff back in!

@tclose
Copy link
Collaborator

tclose commented Feb 19, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants