-
Notifications
You must be signed in to change notification settings - Fork 6
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
Docker install error #3
Comments
Okay, it appears I made quite a silly mistake - I forgot to commit a line in the Dockerfile installing the The fix will come out shortly, I've just noticed another thing I need to patch. |
That helped me get a little further, now, after creating the .cfg file I get the following error
my compose file (networks and database did not change from first post)
my tagem-auth.cfg
|
That exception is thrown when And reading your compose file, I think it's because you mount |
OK, I made that change to the environment variable and am getting a new error.
|
Looks like you made some changes, but now I'm getting this
|
I've pushed a fix now, thanks. The issue was a simple foreign key check demanding a table that was not yet initialised. This was a clumsy oversight on my part - I had re-ordered the initial SQL statements, and forgot to test it in its entirety again. Edit: Though you'll need to wait for the Docker to build. |
Still getting errors.
|
That's interesting - not something I've ever seen happen before. The source code -
and this is visible in its entirety in the executable (as we'd expect). Yet for some reason Off the top of my head I can't think of anything that would cause this text to be corrupted like this - the only processing that is done on the text is to split it on semi-colons. I'll poke around and see if I can see anything that might be causing this. |
Any luck figuring this out? |
I'm having a problem getting this container up and running, this is the error I'm getting
/tagem-server: error while loading shared libraries: libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Here is the relevant snippet of my compose file.
The text was updated successfully, but these errors were encountered: