-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
[BUG] FPM initialization failed, fastcgi address in use #77
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
|
You're telling grocy to use another container's network stack. Something else is bound to port 9000 in that network, perhaps yet another container using that one's network stack. |
Ah yes that would resolve it. Maybe a follow up question are there plans or will it ever be possible to manage these values? |
No, it will complicate the codebase a lot for a very niche type of setup. |
Oh, interesting didn't know that was possible with wireguard thanks. Thanks for the help. |
Is there an existing issue for this?
Current Behavior
Currently when running this docker file I will receive the following error in the webpage: File not found.
While when I look at the logs I see these errors.
This is related to a nginx configuration not being set correctly / not being able to change it with the current setup.
If I go to
config/grocy/nginx/site-confs/default.conf
I see the following port set which is causing the issues.
Expected Behavior
I would expect grocy to launch when going to the webpage.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: