diff options
| author | jf | 2023-02-24 12:56:03 +0100 |
|---|---|---|
| committer | jf | 2023-02-24 12:56:03 +0100 |
| commit | c1ce6ad487af22b63ec1334bccc56e36aba93718 (patch) | |
| tree | bc270585f0d01d261cc3c529fed486e142d35148 /README.md | |
| parent | 5064140709bbecf22033ace9e4263841f18aa022 (diff) | |
updated debian production image tag to bullseyev0.8.7
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 |
| 126 | Build command: `docker build -f Dockerfile.production -t mat-web .` | 126 | Build command: `docker build -f Dockerfile.production -t mat-web .` |
| 127 | 127 | ||
| 128 | Run 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` | 128 | Run 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 | ||
| 130 | This does mount the upload folder as tmpfs and servers the app on `localhost:8181`. | 130 | This 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 |
| 133 | Build: `podman build -f Dockerfile.production -t matweb-podman .` | 133 | Build: `podman build -f Dockerfile.production -t matweb-podman .` |
