Skip to content

Commit

Permalink
docs(deployment): fixed compose file can't not be found (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
egbakou authored Nov 15, 2024
1 parent ebc3eec commit 197af09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 197af09

Please sign in to comment.