Running Koillection on QNAP NAS using Container Station #1279
oywino
started this conversation in
Show and tell
Replies: 0 comments
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.
-
Since Container Station doesn't support using external environment file, all environment variables has to be included in the Docker Compose file. After countless hours of trial'n'error I finally made it run. Here's my Docker Compose file using MySQL:
The first time these two containers are spun up, it will take time because all database elements has to be generated. This can lead to a series of error messages in the log because the Koillection App may try to access the MySQL database before it's finished with the initial setup. Pay attention to the log. If it stops without any more lines added, but you are still unable to launch the App, then manually stop the container, wait and then restart it again. You may have to do this a couple of times initially, but from then on it shouldn't be necessary once you've passed the opening screen.
Beta Was this translation helpful? Give feedback.
All reactions