From 6f19a1ff121c7519e6644a649e8ec53ca5732894 Mon Sep 17 00:00:00 2001 From: Marek Sirovy Date: Tue, 23 Feb 2021 11:42:26 +0100 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41773cf..4cbdfee 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ Variables to control the state of the `docker` service, and whether it should st docker_daemon_settings: data-root: /data debug: true -``` +``` Configure /etc/docker/daemon.json for more options please read documentation there https://docs.docker.com/config/daemon/ + docker_install_compose: true docker_compose_version: "1.26.0" docker_compose_path: /usr/local/bin/docker-compose