help finding app conf.d file in docker lxc #6369
Replies: 1 comment
-
Just realized that the conf.d file is present in the .deb version provided by openproject, not the docker version. Oops! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First off, a huge thanks to everyone who has contributed to this amazing repo.
I am running Docker LXC from PVE Helper-Scripts on my node and have installed Open Project as a Docker container within it.
I am looking to do some advanced configuration of Open Project, however the conf.d file that they reference in their docs as being located in /etc/open project is not there, and in fact there is no openproject directory in /etc. Having no luck with the find command either. I did a test install of Open Project on my workstation running docker on Ubuntu and the directory and file get created in the expected location, so I'm thinking this has something to do with docker lxc.
Any help would be hugely appreciated! Here's my docker run command:
Beta Was this translation helpful? Give feedback.
All reactions