You can specify any variable from the config file in the docker command line. What did you try and what did not work?
Huh, now Iām really confused. None of things Iāll describe here worked for me yesterday (port was always ākidnappedā by updater. Most probably I did something different, I tried toady again (to avoid typos in this post) and⦠it works.
Anyway (for others)
# in config.yaml
# it's 'kidnapped by updater == does not work
debug.addr: "0.0.0.0:7004"
# this works. You can use it together with config.yaml to have specific debug port on both
command:
--debug.addr=:7000
# this works either. You can use it together with config.yaml to have specific debug port on both
environment:
STORJ_DEBUG_ADDR=:7000
So no help needed as 1) It works for me, 2) Iām not able to reproduce problem
2 Likes