From 7f19fe7c7a436f23d4c260c02c54ea2e1580c557 Mon Sep 17 00:00:00 2001 From: radex Date: Mon, 21 Aug 2023 21:38:13 +0200 Subject: [PATCH] improve readme for docker-compose newbs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e75cfe1..521fadf 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Please use Python3, for the love of `$deity`... ### Build & run ```sh +docker-compose up --build + +# if you need to reset built static files and/or postgres database: docker-compose up --build --renew-anon-volumes ```