From 76f7bbc9e24b0c2a83716380644b74e2c5f581ee Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 20 Oct 2025 12:16:43 -0400 Subject: [PATCH] tsk-61: Updating readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c73f977..e36b14e 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,26 @@ need to be modified. The `SECRET_KEY` variable should be changed since it will b generation. The `SECRET_PASSPHASE` should also be changed when in production mode, but make sure the respective `passphrase` database table record exists. -Build image +To enable or disable registrations, use `TRUE` or `FALSE` for the `ENABLE_REGISTRATION` variable. +By default it is `TRUE`. + + +### Build image ``` docker compose build ``` -Start images +### Start images ``` docker compose up -d --force-recreate ``` -Bring it down +### Bring it down ``` docker compose down -v ``` -Pruning +### Pruning ``` docker system prune -a ```