From 394cc3b7bd4dd3cc191fa11e915ebaa6672a4a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Wed, 29 May 2024 10:07:40 +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 4f5ffd1..b23bb36 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ services: - JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 - HTTP_ALLOWED=false # setting this to true is unsafe, but as long as it locally and you trust your local network there is no problem volumes: - - /path/you/want:/app/data + - convertx:/app/data ```