From b168673a33b1c7e1108d5c94683714cd873af37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Wed, 29 May 2024 10:08:37 +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 b23bb36..8d56a4e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ services: environment: # Defaults are listed below - ACCOUNT_REGISTRATION=false # true or false, you can register the first account even though this is disabled - 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 + - HTTP_ALLOWED=false # setting this to true is unsafe, only set this to true locally volumes: - convertx:/app/data ```