diff --git a/infrastructure_files/docker-compose.yml b/infrastructure_files/docker-compose.yml index 4e7a35d27..e7fd9d911 100644 --- a/infrastructure_files/docker-compose.yml +++ b/infrastructure_files/docker-compose.yml @@ -33,7 +33,7 @@ services: restart: unless-stopped volumes: - wiretrustee-mgmt:/var/lib/wiretrustee - - ./config.json:/etc/wiretrustee/management.json + - ./management.json:/etc/wiretrustee/management.json # - /var/log/wiretrustee/management.log:/var/log/wiretrustee/management.log ports: - 33073:33073 #gRPC port diff --git a/infrastructure_files/config.json b/infrastructure_files/management.json similarity index 96% rename from infrastructure_files/config.json rename to infrastructure_files/management.json index bad60208c..33a84145b 100644 --- a/infrastructure_files/config.json +++ b/infrastructure_files/management.json @@ -29,7 +29,7 @@ "Datadir": "", "HttpConfig": { "LetsEncryptDomain": "", - "Address": "0.0.0.0:3000", + "Address": "0.0.0.0:33071", "AuthDomain": "", "AuthClientId": "", "AuthClientSecret": "",