Correct port range for cap_net_bind_service (#9306)
This commit is contained in:
		
							parent
							
								
									7f0d7c0a17
								
							
						
					
					
						commit
						2d8a89563d
					
				| @ -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…
	
		Reference in New Issue
	
	Block a user