Skip to content

Commit

Permalink
docs: add configs part to setup example
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTermor committed Aug 26, 2024
1 parent 95635ca commit 72e9d83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 72e9d83

Please sign in to comment.