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

Configuration error: Permission denied (os error 13) #2

Open
groggy99 opened this issue Sep 10, 2023 · 3 comments
Open

Configuration error: Permission denied (os error 13) #2

groggy99 opened this issue Sep 10, 2023 · 3 comments

Comments

@groggy99
Copy link

Hello,
I have tried several times to install your program via Docker. I built it successfully via Docker commandline. After installing the docker image I always get the error message that access to the config file is not allowed.

What am I doing wrong?

Info: I am not a trained Linux expert. I learn everything self-taught with a lot of trial and error.

generated with goolge translator

image
image
image

@IngmarStein
Copy link
Contributor

The permission denied might happen when binding to the specified port rather than when reading the config file. Have you tried using a non-privileged port (>1024)? In any case, the contents of the configuration file might help debug the issue.

@tiagocoutinho
Copy link
Owner

I agree with @IngmarStein .
Using a non privileged port should fix the issue

@tiagocoutinho
Copy link
Owner

Could you share your configuration file?

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