-
Hello everyone, I have a question and would appreciate your help. Thank you. I successfully installed Firefly III by downloading its image from Docker Hub to my local computer, then importing it locally via Synology’s Container Manager. Now, I’m trying to add Firefly III Data Importer using the same method—downloading the image locally from Docker Hub—but no matter how I configure it, the container fails to start. Every time the container runs for about 5 seconds, Synology automatically stops it. I’m unsure whether I’m making a mistake in the installation process or if this tool isn’t intended for use in Synology NAS. I look forward to your advice. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey, thanks for starting this discussion. There is a health check in both containers, but it should not start until it's up and running. Could you share some more details? Perhaps logs or screenshots? Cheers, |
Beta Was this translation helpful? Give feedback.
Ah I see the mistake. Please do not use
fireflyiii/data-importer:develop-cli
but usefireflyiii/data-importer:develop
instead.