summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 67863ab..3983c6f 100644
--- a/README.md
+++ b/README.md
@@ -125,9 +125,9 @@ Make sure you configured the necessary [environment variables](#configuration).
125### Building the production image using Docker 125### Building the production image using Docker
126Build command: `docker build -f Dockerfile.production -t mat-web .` 126Build command: `docker build -f Dockerfile.production -t mat-web .`
127 127
128Run it: `docker 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 mat-web:latest` 128Run it: `docker 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 mat-web:latest`
129 129
130This does mount the upload folder as tmpfs and servers the app on `localhost:8181`. 130This does mount the upload folder as tmpfs and server the app on `localhost:8181`.
131 131
132### Building the production image using Podman 132### Building the production image using Podman
133Build: `podman build -f Dockerfile.production -t matweb-podman .` 133Build: `podman build -f Dockerfile.production -t matweb-podman .`