File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ A minimal pastebin with a design shamelessly copied from
3333
3434### Build from source
3535
36- Install a Rust 2021 toolchain containing Rust 1.70 with
36+ Install a Rust 2024 toolchain containing Rust 1.85 with
3737[ rustup] ( https://rustup.rs ) and run the server binary with
3838
3939 $ cargo run --release
@@ -45,6 +45,7 @@ You can also download pre-built, statically compiled [Linux
4545binaries] ( https://github.com/matze/wastebin/releases ) . After extraction run the
4646contained ` wastebin ` binary.
4747
48+
4849### Build a container image
4950
5051It's possible to build a container image using Docker or Podman. Assuming you're in the root directory of repository run
9293
9394
9495### Run with docker-compose
95- ```
96+
97+ ``` yaml
9698services :
9799 wastebin :
98100 restart : always
You can’t perform that action at this time.
0 commit comments