From aa34da3c88375aab6d623044d5f27f1f93d8ac71 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Tue, 6 Oct 2020 13:04:53 +0000 Subject: [PATCH] added comment on how to get a default config file --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 004ea66..d8cd4f0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,8 +5,9 @@ services: ports: - "59661:59661" volumes: + # generate a sample config.toml by running "docker run diflouroborane --print-default". You may have to delete the ipv6 listen section. - "$PWD/config.toml:/etc/diflouroborane.toml" links: - mqtt mqtt: - image: eclipse-mosquitto \ No newline at end of file + image: eclipse-mosquitto