From e7645c16a74ab0d80c60d23e94e77b7c75d0661e Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Sun, 23 Feb 2025 14:47:39 +0100 Subject: [PATCH] Fix README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf6af70..cc7be6e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A minimal pastebin with a design shamelessly copied from ### Build from source -Install a Rust 2021 toolchain containing Rust 1.70 with +Install a Rust 2024 toolchain containing Rust 1.85 with [rustup](https://rustup.rs) and run the server binary with $ cargo run --release @@ -45,6 +45,7 @@ You can also download pre-built, statically compiled [Linux binaries](https://github.com/matze/wastebin/releases). After extraction run the contained `wastebin` binary. + ### Build a container image It's possible to build a container image using Docker or Podman. Assuming you're in the root directory of repository run @@ -92,7 +93,8 @@ to. ### Run with docker-compose -``` + +```yaml services: wastebin: restart: always