From dfa924b2af7a394740646770e2d90f2b7934eb83 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Tue, 21 Sep 2021 16:50:54 +0200 Subject: [PATCH] Added z --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index dfc4e62..c58daaa 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" + - "./config/bffh:/etc/bffh:z" links: - mqtt mqtt: @@ -17,4 +17,4 @@ services: ports: - "1883:1883" volumes: - - "./config/mosquitto:/mosquitto/config/" + - "./config/mosquitto/mosquitto.config:/mosquitto/config/:z"