Update README.md

This commit is contained in:
Emrik Östling
2024-05-29 10:07:40 +02:00
committed by GitHub
parent 904b944766
commit 394cc3b7bd

View File

@@ -35,7 +35,7 @@ services:
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 - 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, but as long as it locally and you trust your local network there is no problem
volumes: volumes:
- /path/you/want:/app/data - convertx:/app/data
``` ```
<!-- or <!-- or