Skip to content

Commit 3e1d1b6

Browse files
Merge pull request #29 from alinabuzachis/fix_docs_link
Fix documentation link
2 parents 3348a51 + 9a1533f commit 3e1d1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ PATTERN_SERVICE_MODE=development
6363

6464
Several endpoints in the pattern service rely on asynchronous tasks that are handled by a separate running service, the dispatcher service. This uses [PostgreSQL's](https://www.postgresql.org/) `pg_notify` ability to send asyncronous tasks from the django application to the dispatcher service. For more details, see the [dispatcherd documentation](https://github.com/ansible/dispatcherd/blob/main/README.md).
6565

66-
To make use of the dispatcher, you will need to ensure that both postgres and the dispatcher service are running. _The easiest way to do this is via [docker-compose](./tools/container/README.md)_, however it is also possible to do this manually as follows:
66+
To make use of the dispatcher, you will need to ensure that both postgres and the dispatcher service are running. _The easiest way to do this is via [docker-compose](./tools/podman/README.md)_, however it is also possible to do this manually as follows:
6767

6868
- Install postgres locally and create a database for the service.
6969
- Update your local .env file to reference your postgres server and database details (these can also be exported to your shell env):

0 commit comments

Comments
 (0)