Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matze committed Feb 23, 2025
1 parent 8aa6883 commit e7645c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -92,7 +93,8 @@ to.


### Run with docker-compose
```

```yaml
services:
wastebin:
restart: always
Expand Down

0 comments on commit e7645c1

Please sign in to comment.