Red5d / docker-autocompose

Generate a docker-compose yaml definition from a running container
1.76k stars 197 forks source link

Boolean value should be true/false ? #61

Closed windsurf closed 11 months ago

windsurf commented 1 year ago

Get an error like "failed to deploy a stack: must be a boolean or mapping "

In this case an network was made "external: yes", which should be "external:true", the latter works OK

Odroid N2+, Linux 5.15.0-odroid-arm64, Portainer CE 2.18.3,

Pr0dt0s commented 11 months ago

I'm having the ame problem here, I'll try to submit a PR with the fix.