From b06876c8249a339dd6200244ac03c0f39e44c61e Mon Sep 17 00:00:00 2001 From: Laurent Egbakou <26142591+egbakou@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:41:51 +0100 Subject: [PATCH] docs(deployment): fixed compose file can't not be found --- docs/deployment/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/docker/README.md b/docs/deployment/docker/README.md index 78ac7d99..93dc1e35 100644 --- a/docs/deployment/docker/README.md +++ b/docs/deployment/docker/README.md @@ -6,7 +6,7 @@ Prebuilt Docker image is available on [Docker Hub](https://hub.docker.com/r/x1un ### Starting container -Download the [compose.yaml](./compose.yaml) file and run `docker-compose` to bootstrap the service: +Download the [compose.yml](./compose.yml) file and run `docker-compose` to bootstrap the service: ```shell # Create container and start the service.