Error starting in Synology - Docker #291
-
First off I wanted to thank you for all the time and effort put into this. I've been successfully using v2 of p2g in a docker container on my Synology NAS. I'm using the examples of both api.local.json and webui.local.json found in master/docker/webui/ without any changes. The changes made to the example docker-compose-ui.yaml were exposing port 8001:80 for p2g-api and updating the volume paths for my NAS when creating the stack. I initially tried to use the same volumes for app/data and app/output as v2, but created a new directory on the NAS to attempt to start fresh. Both attempts had the same errors.
Here's a copy of the log and error.
I assume the culprit is the Unhandled exception. System.IO.IOException: Failed to bind to address http://localhost:80. Any suggestions? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
I agree this is the primary problem. I know Synology has support for managing containers via a GUI and docker-compose. On the Could you check what the current state is of that setting, and whatever it currently is, try toggling it to the other value and seeing if the error changes at all. Edit: Answer near bottom of the thread. |
Beta Was this translation helpful? Give feedback.
I agree this is the primary problem. I know Synology has support for managing containers via a GUI and docker-compose. On the
General Settings
page I think there is a toggle forExecute container using high privilege
.Could you check what the current state is of that setting, and whatever it currently is, try toggling it to the other value and seeing if the error changes at all.
Edit: Answer near bottom of the thread.