sharevb
sharevb
Hi @OSZII and @CorentinTh , implemented in #986
Hi @nagyrobi and @CorentinTh, implemented in #931
Hi, this is solved by my PR https://github.com/magicmark/composerize/pull/571 deployed at https://deploy-preview-571--composerize.netlify.app/
@ansred I cannot find any mapping for --rm, just ignored in my PR, is it right ?
@ederfdias : actually, args: is neither valid nor existing, all arguments need to be put either as string in command: or as array ([] or yaml form). So reimplemented as...
Hi, this is solved by my PR https://github.com/magicmark/composerize/pull/571 deployed at https://deploy-preview-571--composerize.netlify.app/
Hi, this is solved by my PR https://github.com/magicmark/composerize/pull/571 deployed at https://deploy-preview-571--composerize.netlify.app/
Is this a valid option using args: ``` version: '3.3' services: cloudflared: image: 'cloudflare/cloudflared:2022.3.4' command: tunnel args: - '--no-autoupdate' - run - '--token' - redacted ```
Ok, thanks, I was wrong with using "args:", now, using command: 'tunnel --no-autoupdate run --token XXXXXXXXXXXXXXXXX'
Hi, this is solved by my PR https://github.com/magicmark/composerize/pull/571 deployed at https://deploy-preview-571--composerize.netlify.app/