From 3d89015d6bb284a09614449c61a0e472bcf99167 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Sun, 12 Apr 2020 15:52:29 +0200 Subject: added ffmpeg to dockerfile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9d59bef..04b863f 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 ##### 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 --security-opt=no-new-privileges,seccomp=./config/seccomp.json matweb-podman:latest` +Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges --security-opt=seccomp=./config/seccomp.json matweb-podman:latest` # Configuration -- cgit v1.3