-
|
I'm having some trouble hosting Fizzy in Docker set up on Synology platform. I get the following error after starting the container. {"time":"2026-01-28T15:38:11.462275302Z","level":"ERROR","msg":"Failed to start HTTP listener","error":"listen tcp :80: bind: permission denied"} I haven't had trouble with other containers that are exposing port 80. Compose example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Typical that I found the solution just after I finally asked for help. Fix was to use Thruster's HTTP_PORT environment variable. Thanks to this conversation for steering me in the right direction: #2254 |
Beta Was this translation helpful? Give feedback.
Typical that I found the solution just after I finally asked for help. Fix was to use Thruster's HTTP_PORT environment variable.
Thanks to this conversation for steering me in the right direction: #2254