Skip to content

support for different versions of one specific image

Latest
Compare
Choose a tag to compare
@lindt lindt released this 03 Jan 21:03

it's not possible to have different versions of one image.

services:
  A:
    image: foo:1
  B:
    image: foo:2

will result in foo: 1, 2