We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1fccb commit ee3f7afCopy full SHA for ee3f7af
1 file changed
docs/install/panel-security/tinyAuth-for-nginx.md
@@ -25,7 +25,8 @@ tinyauth:
25
- APP_URL=https://tinyauth.example.com
26
- USERS=your-username-password-hash
27
- SECRET=some-random-32-chars-string
28
-
+ volumes:
29
+ - ./data:/data
30
# To get USERS and SECRET read below
31
32
```
0 commit comments