From 4485124b67840cb274086b10dac1a92e7d43f5cf Mon Sep 17 00:00:00 2001 From: Mikhail Bragin Date: Fri, 3 Sep 2021 11:03:30 +0200 Subject: [PATCH] fix: docker-compose management config --- infrastructure_files/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure_files/docker-compose.yml b/infrastructure_files/docker-compose.yml index 0f088b1d1..a2bb15b6f 100644 --- a/infrastructure_files/docker-compose.yml +++ b/infrastructure_files/docker-compose.yml @@ -17,7 +17,7 @@ services: restart: unless-stopped volumes: - wiretrustee-mgmt:/var/lib/wiretrustee - - ./config.json:/etc/wiretrustee/config.json + - ./config.json:/etc/wiretrustee/management.json ports: - 33073:33073 # # port and command for Let's Encrypt validation @@ -35,4 +35,4 @@ services: network_mode: host volumes: wiretrustee-mgmt: - wiretrustee-signal: \ No newline at end of file + wiretrustee-signal: