Participate when using config.json?
seb201 opened this issue · 3 comments
Hello,
I would like to share the data with you, on the command line you only have to use -X. However, I only use the config.json file. What do I have to enter there to share?
Hello, first of all thank you, much appreciated.
I just added the sharing option to the JSON config (so should be there if you refresh with the latest edge). Simply add "sharing": true
to the config file.
Hope that works?
Thanks, I'll give that a try. I have now found out that I can also attach command line commands under Docker Compose File. This also works:
command: -C "/config/config.json" -X
Yes, sorry. It is as simple as that, but not very elegant to mix two ways of setting parameters so was a good suggestion to add it to the JSON configuration file. Cheers, Jasper