From 821a578939b33e5dd73d5cd5fe5404b3aea0535a Mon Sep 17 00:00:00 2001 From: Mykola Dementiev Date: Tue, 18 Oct 2022 09:57:38 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20chore(docker):=20fixed=20t?= =?UTF-8?q?ypo=20in=20docker-compose.yaml=20file=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 57112c8..fa3d950 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,8 +3,8 @@ services: image: eclipse-mosquitto:2 volumes: - ./config/:/mosquitto/config/:ro - - ./log/:/mosquito/log/ - - data:/mosquito/data/ + - ./log/:/mosquitto/log/ + - data:/mosquitto/data/ ports: - 1883:1883 - 9001:9001