From f6cb041634df98b29e793bbbb2938d7515bcfef3 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Sat, 1 Apr 2023 10:06:39 -0600 Subject: [PATCH] Temporary punch the port through to the host to make things work --- app/data/compose/docker-compose-fixturenet-laconicd.yml | 2 +- app/data/container-build/cerc-laconic-console-host/config.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/data/compose/docker-compose-fixturenet-laconicd.yml b/app/data/compose/docker-compose-fixturenet-laconicd.yml index 9663e7f0..5d777b5d 100644 --- a/app/data/compose/docker-compose-fixturenet-laconicd.yml +++ b/app/data/compose/docker-compose-fixturenet-laconicd.yml @@ -13,7 +13,7 @@ services: - "6060" - "26657" - "26656" - - "9473" + - "9473:9473" - "8545" - "8546" - "9090" diff --git a/app/data/container-build/cerc-laconic-console-host/config.yml b/app/data/container-build/cerc-laconic-console-host/config.yml index dc385bf3..da57724a 100644 --- a/app/data/container-build/cerc-laconic-console-host/config.yml +++ b/app/data/container-build/cerc-laconic-console-host/config.yml @@ -2,5 +2,5 @@ services: wns: - server: 'http:/laconicd:9473/api' - webui: 'http://laconicd:9473/console' + server: 'http://localhost:9473/api' + webui: 'http://localhost:9473/console'