diff options
| author | Jan Friedli | 2020-04-12 15:44:53 +0200 |
|---|---|---|
| committer | Jan Friedli | 2020-05-09 21:25:45 +0200 |
| commit | f3019b3b3221bbe795d56a433e889f8a9d39c87d (patch) | |
| tree | e438c3865dffcf402dba6d1157847ceb07b91627 /README.md | |
| parent | 4122460dfd659d568acad4c3cb700ed919b875cf (diff) | |
generated a seccomp profile
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -202,7 +202,7 @@ This does mount the upload folder as tmpfs and servers the app on `localhost:818 | |||
| 202 | ##### Podman | 202 | ##### Podman |
| 203 | Build: `podman build -f Dockerfile.production -t matweb-podman .` | 203 | Build: `podman build -f Dockerfile.production -t matweb-podman .` |
| 204 | 204 | ||
| 205 | Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges matweb-podman:latest` | 205 | Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges,seccomp=./config/seccomp.json matweb-podman:latest` |
| 206 | 206 | ||
| 207 | # Configuration | 207 | # Configuration |
| 208 | 208 | ||
