diff --git a/tools/docker-compose/README.md b/tools/docker-compose/README.md index d8aca57591..7396dd9326 100644 --- a/tools/docker-compose/README.md +++ b/tools/docker-compose/README.md @@ -51,7 +51,7 @@ Use on other platforms is untested, and may require local changes. ## Configuration -In the [`inventory` file](../inventory), set your `pg_password`, `broadcast_websocket_secret`, `secret_key`, and any other settings you need for your deployment. +In the [`inventory` file](./inventory), set your `pg_password`, `broadcast_websocket_secret`, `secret_key`, and any other settings you need for your deployment. AWX requires access to a PostgreSQL database, and by default, one will be created and deployed in a container, and data will be persisted to a docker volume. When the container is stopped, the database files will still exist in the docker volume. An external database can be used by setting the `pg_host`, `pg_hostname`, and `pg_username`.