Skip to content

Commit ee3f7af

Browse files
committed
docs: updated docker-compose example for tinyAuth v4
1 parent 5a1fccb commit ee3f7af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/install/panel-security/tinyAuth-for-nginx.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ tinyauth:
2525
- APP_URL=https://tinyauth.example.com
2626
- USERS=your-username-password-hash
2727
- SECRET=some-random-32-chars-string
28-
28+
volumes:
29+
- ./data:/data
2930
# To get USERS and SECRET read below
3031

3132
```

0 commit comments

Comments
 (0)