Skip to content

Commit 394c98c

Browse files
authored
chore: add commented http allowed variable
closes #346
1 parent 8f93ac2 commit 394c98c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ services:
6262
- "3000:3000"
6363
environment:
6464
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
65+
# - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection
6566
volumes:
6667
- ./data:/app/data
6768
```

0 commit comments

Comments
 (0)