From 72e9d832a5cf023e56a722eb9412fc2bebfc94e9 Mon Sep 17 00:00:00 2001 From: Artem Grinev Date: Mon, 26 Aug 2024 12:52:22 +0000 Subject: [PATCH] docs: add configs part to setup example --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5fcf7d7..77da018 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ This repository contains following projects: To build and run this application you can use Docker ```bash +# copy example configs +mkdir -p /etc/bxtd/ +cp configs/config.toml /etc/bxtd/config.toml +cp configs/box.yml /etc/bxtd/box.yml + +# adopt configs as needed + +# build and run docker compose up production ```