Add laconic console in fixturenet-laconic-loaded #236

Merged
telackey merged 21 commits from dboreham/add-console into main 2023-04-01 19:32:29 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f6cb041634 - Show all commits

View File

@ -13,7 +13,7 @@ services:
- "6060"
- "26657"
- "26656"
- "9473"
- "9473:9473"
- "8545"
- "8546"
- "9090"

View File

@ -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'