Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed May 12, 2023
1 parent aaa1b41 commit be48377
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion anni/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ To deploy Anni, first ensure you have all environment variables set up. See
the repo's root:

```sh
docker compose --file anni/docker-compose.yaml --profile production up
docker compose --file anni/docker-compose.yaml --profile production up -d
```

This will run Anni without the Backupper. To run the Backupper as well, see the
*Deploying with Backupper* section in its [README](backupper/README.md).

The `-d` option will start Docker compose in the background.

0 comments on commit be48377

Please sign in to comment.