diff --git a/README.md b/README.md index e669639..842abd7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See [Dockerfile](Dockerfile). ## Example: Starting a WebDAV server -The [docker-compose.yml](docker-compose.yml) file contains an example how to use the `httplz` binary as WebDAV server: +The [compose.yml](compose.yml) file contains an example how to use the `httplz` binary as WebDAV server: ```shell sudo docker compose up -d diff --git a/docker-compose.yml b/compose.yml similarity index 100% rename from docker-compose.yml rename to compose.yml