Skip to content

Commit

Permalink
Update doc to transition away from old config handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie committed Nov 22, 2022
1 parent dbe7af7 commit 56957c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/setup_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In short, please make sure that the mjolnir configuration exists under `./config
Run the following command in your terminal, replace `./mjolnir` with the root directory of your config, if it is in another spot.

```bash
docker run --rm -it -v ./mjolnir:/data matrixdotorg/mjolnir:latest
docker run --rm -it -v ./mjolnir:/data matrixdotorg/mjolnir:latest bot --mjolnir-config /data/config/production.yaml
```

# Docker Compose
Expand Down
2 changes: 1 addition & 1 deletion docs/setup_selfbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ yarn build
cp config/default.yaml config/production.yaml
nano config/production.yaml

NODE_ENV=production node lib/index.js
node lib/index.js --mjolnir-config ./config/production.yaml
```

0 comments on commit 56957c6

Please sign in to comment.