From fddaadfc7ef92e314410a123f83337b1faa8ec84 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Thu, 21 Mar 2019 11:11:48 +0100 Subject: [PATCH] Fix the example compose configuration --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1c4b1e7..e8724b0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,7 +10,8 @@ services: worker: image: amonit - volumes_from: manager + volumes: + - ./amonit.yaml:/amonit.yaml command: worker redis: -- 2.22.0