From 03b623aa9a8559648ac4f4f3d8066959a13f06b3 Mon Sep 17 00:00:00 2001 From: mollomm1 <68751598+Mollomm1@users.noreply.github.com> Date: Wed, 26 Jun 2024 23:49:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59063379..c078fc94 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ docker run -d \ -e SUBFOLDER=/ `#optional` \ -p 3000:3000 \ -p 3001:3001 \ - -v /path/to/data:/config + -v /path/to/data:/config \ --device /dev/dri:/dev/dri `#optional` \ --shm-size="1gb" \ --restart unless-stopped \