diff --git a/README.md b/README.md index 7c75a46..0d65690 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ services: - "3000:3000" environment: - JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset + # - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection volumes: - ./data:/app/data ```