Docker: Set default storage location and update Rust to 1.87

This commit is contained in:
Lennart
2025-06-08 22:22:37 +02:00
parent 6bcad7cc65
commit 61f14ca072
2 changed files with 9 additions and 7 deletions

View File

@@ -1,11 +1,5 @@
# Installation
## Manual
```sh
cargo install --locked --git https://github.com/lennart-k/rustical
```
## Docker
```sh
@@ -85,3 +79,9 @@ Since push messages are currently not encrypted you might potentially want to en
# Must strictly be the URL origin (so no trailing slashes)
allowed_push_servers = ["https://your-instance-ntfy.sh"]
```
## Manual
```sh
cargo install --locked --git https://github.com/lennart-k/rustical
```