docs: docker prefers .yml not .yaml

This commit is contained in:
James R. Barlow
2020-03-03 02:25:21 -08:00
parent 9f31774aa9
commit 8b41f60b6e
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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
-------------------------------