mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-31 20:14:31 -04:00
document the no-new-privileges flag
This commit is contained in:
parent
1406e00069
commit
4122460dfd
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ This does mount the upload folder as tmpfs and servers the app on `localhost:818
|
|||
##### Podman
|
||||
Build: `podman build -f Dockerfile.production -t matweb-podman .`
|
||||
|
||||
Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload matweb-podman:latest`
|
||||
Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges matweb-podman:latest`
|
||||
|
||||
# Configuration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue