Temporary punch the port through to the host to make things work

Former-commit-id: f6cb041634
This commit is contained in:
David Boreham 2023-04-01 10:06:39 -06:00
parent 2b94ed12c2
commit bddf72ee46
2 changed files with 3 additions and 3 deletions

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'