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

Can not start project on Synology NAS #3

Closed
hundehausen opened this issue Aug 27, 2023 · 5 comments
Closed

Can not start project on Synology NAS #3

hundehausen opened this issue Aug 27, 2023 · 5 comments

Comments

@hundehausen
Copy link
Contributor

When I run the project on my Synology DS920+ with DSM 7.2 and Docker version 20.10.23, build 876964a I get with error when starting to containers for the first time:

Error response from daemon: Bind mount failed: '/volume2/docker/whishper/whishper_data/whisper_models' does not exists

when I create the folder manually, the next error I get is

/volume2/docker/whishper/whishper_data/db_data/logs

and this goes on :D

@hundehausen
Copy link
Contributor Author

hundehausen commented Aug 27, 2023

As I am writing this, I think I know what the problem might be, I think there might be a port that is already used by another container.

@hundehausen
Copy link
Contributor Author

@pluja it would be nice, if we could specify the ports for all services in the .env file

@pluja
Copy link
Owner

pluja commented Aug 27, 2023

Good idea @hundehausen I will look into it

@pluja pluja added enhancement New feature or request good first issue Good for newcomers and removed enhancement New feature or request good first issue Good for newcomers labels Aug 27, 2023
@pluja pluja closed this as completed Aug 28, 2023
@amanmore
Copy link

I was also facing a similar issue on my Synology NAS.
In addition to the fix already mentioned in the thread, I had one more request that might be more NAS specific: I already have a separate docker user created with its own PUID and PGID that I have been using for all my other docker containers. Is there any way I could just feed that in instead of needing to make and map another additional user for libretranslate ?

@pluja
Copy link
Owner

pluja commented Aug 28, 2023

Hi @amanmore, that's not related to Whisper, but to how LibreTranslate works. You can check in their repo if there's any way to do that, or file an issue there. If this is possible, I can add a variable to the .env file to achieve this.

https://github.com/LibreTranslate/LibreTranslate

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

3 participants