diff --git a/docs/batch.rst b/docs/batch.rst index 0f918ac9..85ee9098 100644 --- a/docs/batch.rst +++ b/docs/batch.rst @@ -139,9 +139,9 @@ slow network. A configuration manager such as Docker Compose could be used to ensure that the service is always available. -.. literalinclude:: ../misc/docker-compose.example.yaml +.. literalinclude:: ../misc/docker-compose.example.yml :language: yaml - :caption: misc/docker-compose.example.yaml + :caption: misc/docker-compose.example.yml Watched folders with watcher.py ------------------------------- diff --git a/misc/docker-compose.example.yaml b/misc/docker-compose.example.yml similarity index 100% rename from misc/docker-compose.example.yaml rename to misc/docker-compose.example.yml