From b458a7042889acaf8902b76da438f2fb83ceea39 Mon Sep 17 00:00:00 2001 From: dormancygrace Date: Sun, 26 Mar 2023 15:43:41 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 049c756..5b868bc 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Images are built primarily for `amd64` architecture, and may also include builds ## Configuration ### Quick Start -* The quickest way to get started is using [docker-compose](https://docs.docker.com/compose/). See the examples folder for a working [docker-compose.yml](examples/docker-compose.yml) that can be modified for development or production use. +* The quickest way to get started is using [docker-compose](https://docs.docker.com/compose/). See the examples folder for a working [docker-compose.yml](examples/compose.yml) that can be modified for development or production use. * Set various [environment variables](#environment-variables) to understand the capabilities of this image. A Sample `docker-compose.yml` is provided that will work right out of the box for most people without any fancy optimizations. * Map [persistent storage](#data-volumes) for access to configuration and data files for backup. * Make sure you set your hostname e.g. online.example.com when starting your container to make sure the administration console urls are correct.