it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

[BUG] Docker run to compose converter - "version: " is obsolete

Open riwich opened this issue 1 year ago • 2 comments

Which tool is impacted? Docker run to compose converter

To Reproduce Steps to reproduce the behavior: convert any Docker Run to compose, the output contains "version: '3.9'"

Expected behavior The Docker Compose output should not contain any "version: " tag.

Configuration (please complete the following information): any

Additional context Since Docker Compose version v2.25.0, the "version:" is obsolete

riwich avatar Apr 24 '24 10:04 riwich

Hi @riwich, this is corrected in my PR : https://github.com/CorentinTh/it-tools/pull/845 you can test at : https://it-tools-git-fork-sharevb-feat-3040e2-corentin-thomasset-s-team.vercel.app/docker-run-to-docker-compose-converter

sharevb avatar Apr 24 '24 15:04 sharevb