mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 10:49:20 -07:00
Updated Running docker container with non root user (markdown)
@@ -27,3 +27,9 @@ docker run -d \
|
|||||||
```
|
```
|
||||||
|
|
||||||
Notice that the port mapping (`-p 80:1024`) reflects the `ROCKET_PORT` setting.
|
Notice that the port mapping (`-p 80:1024`) reflects the `ROCKET_PORT` setting.
|
||||||
|
|
||||||
|
Another way may be CAP_NET_BIND_SERVICE, which allows to bind to ports below 1024 as non-root user.
|
||||||
|
|
||||||
|
cap_add:
|
||||||
|
- CAP_NET_BIND_SERVICE
|
||||||
|
user: nobody
|
||||||
|
|||||||
Reference in New Issue
Block a user