Skip to content

photoview compose service unable to use port 80 on some systems: tcp 80 bind permission denied #961

Discussion options

You must be logged in to vote

@ky0utarou, thanks for the report.
This issue is not related to the compose file. It is caused by the default privileged port in the image, while the image is configured to run in non-root mode by default. Relatively new versions of docker allow to use it as an exception from the default Linux port management policy, but in some cases, it doesn't.

Please let us know what is your version of Docker and on which host it is installed:

  • Is it some proprietary device, like NAS or Media Center, that can host users' dockerized services?
  • do you use some orcestration service (k8s, swarm, etc.)?
  • what is your OS, version, architecture (x86-64, ARM), and some other specifics of your setup?

Basically,…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ky0utarou
Comment options

@kkovaletp
Comment options

@ky0utarou
Comment options

Answer selected by ky0utarou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on docker Related to deployment with Docker
2 participants