From 56b30dc1d3bd675009e35287812f833c409e8de6 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Tue, 21 Sep 2021 16:55:06 +0200 Subject: [PATCH] Fixed Mosquitto Config Path --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c58daaa..49db0b2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,7 +8,7 @@ services: - "59661:59661" volumes: # generate a sample config.toml by running "docker run registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest --print-default > examples/config.toml" from the project root. You may have to delete the ipv6 listen section. - - "./config/bffh:/etc/bffh:z" + - "./config/bffh:/etc/bffh" links: - mqtt mqtt: @@ -17,4 +17,4 @@ services: ports: - "1883:1883" volumes: - - "./config/mosquitto/mosquitto.config:/mosquitto/config/:z" + - "./config/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf"