Extended the sample to contain test: true
This commit is contained in:
parent
6c2bf950a0
commit
e2b14af74c
1
dup.rb
1
dup.rb
@ -39,6 +39,7 @@ def get_sample(name="container")
|
|||||||
image: "my/image:1.2.3"
|
image: "my/image:1.2.3"
|
||||||
restart: always
|
restart: always
|
||||||
detach: true
|
detach: true
|
||||||
|
test: true # Having this set to true will prevent dup from creating a label de.fabianonline.dup
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "1234:1234"
|
- "1234:1234"
|
||||||
|
Loading…
Reference in New Issue
Block a user