Browse Source

Correct port range for cap_net_bind_service (#9306)

tags/v1.11.0-rc1
Justin R. Cutler techknowlogick 5 years ago
parent
commit
f70f7861ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/doc/usage/command-line.en-us.md

+ 1
- 1
docs/content/doc/usage/command-line.en-us.md View File

@@ -46,7 +46,7 @@ Starts the server:
- `gitea web --port 80`
- `gitea web --config /etc/gitea.ini --pid /var/run/gitea.pid`
- Notes:
- Gitea should not be run as root. To bind to a port below 1000, you can use setcap on
- Gitea should not be run as root. To bind to a port below 1024, you can use setcap on
Linux: `sudo setcap 'cap_net_bind_service=+ep' /path/to/gitea`. This will need to be
redone every time you update Gitea.



Loading…
Cancel
Save