sharevb
sharevb
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 output ok for you ? ``` version: '3.3' services: minio: ports: - '9000:9000' container_name: minio-s3 environment: - MINIO_ACCESS_KEY=my-AWS-access-key - MINIO_SECRET_KEY=my-AWS-secret-key image: minio/minio command: 'gateway s3' ```
Hi, this is solved by my PR https://github.com/magicmark/composerize/pull/571 deployed at https://deploy-preview-571--composerize.netlify.app/
@MitchellCash the exceeding linebreak does not hurt docker-compose config while checking the resulting yaml
Hi, this is solved by my PR https://github.com/magicmark/composerize/pull/571 deployed at https://deploy-preview-571--composerize.netlify.app/
Assuming this is the right output (actually environment is a string array so quotes are on whole lines) : ``` version: '3.3' services: kong: container_name: kong network_mode: kong-net environment: -...
Hi, this is solved by my PR https://github.com/magicmark/composerize/pull/571 deployed at https://deploy-preview-571--composerize.netlify.app/
Hi all, as far as I read on converting version: 2 to version: 3, there not so much options changed : https://docs.docker.com/compose/compose-file/compose-versioning/#upgrading
- `group_add`: sounds like is supported in last 3.x specs https://docs.docker.com/compose/compose-file/05-services/#group_add, so no difference - `volumes_from`: sounds like is supported in last 3.x specs https://docs.docker.com/compose/compose-file/05-services/#volumes_from - `cpu_shares`: sounds like is...