We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f93ac2 commit 394c98cCopy full SHA for 394c98c
README.md
@@ -62,6 +62,7 @@ services:
62
- "3000:3000"
63
environment:
64
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
65
+ # - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection
66
volumes:
67
- ./data:/app/data
68
```
0 commit comments