Improve path readability in README

This commit is contained in:
2025-02-07 22:09:31 +00:00
parent c9dd0c1282
commit b8e094f4f7

View File

@@ -117,10 +117,10 @@ location /static {
## 🔄 Persistent Data & Storage ## 🔄 Persistent Data & Storage
| Mount Path (Host) | Purpose | | Mount Path (Host) | Purpose |
|---------------------------|-------------| |---------------------------|-------------|
| **./docker/uwsgi.ini** | Configuration for **uWSGI** execution. | | **docker/uwsgi.ini** | Configuration for **uWSGI** execution. |
| **db.sqlite3** | SQLite database storage. | | **db.sqlite3** | SQLite database storage. |
| **/code/vrun/** | Sockets shared between services. | | **/code/vrun/** | Sockets shared between services. |
| **./signal-cli-config/** | Stores **Signal CLI** configuration and keys. | | **signal-cli-config/** | Stores **Signal CLI** configuration and keys. |
## 🔧 Additional Configuration ## 🔧 Additional Configuration
### Django Environment Variables ### Django Environment Variables