summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Friedli2020-04-05 20:51:38 +0200
committerJan Friedli2020-05-09 21:25:45 +0200
commit4122460dfd659d568acad4c3cb700ed919b875cf (patch)
tree86100bd4a4004116a8a199930770fe6341295835
parent1406e00069b5f6bad70c95ed1a0b26059ca61358 (diff)
document the no-new-privileges flag
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0abbf42..5ed5859 100644
--- a/README.md
+++ b/README.md
@@ -202,7 +202,7 @@ This does mount the upload folder as tmpfs and servers the app on `localhost:818
202##### Podman 202##### Podman
203Build: `podman build -f Dockerfile.production -t matweb-podman .` 203Build: `podman build -f Dockerfile.production -t matweb-podman .`
204 204
205Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload matweb-podman:latest` 205Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges matweb-podman:latest`
206 206
207# Configuration 207# Configuration
208 208