Extended the sample to contain test: true

This commit is contained in:
Fabian Schlenz 2019-03-21 15:49:13 +01:00
parent 6c2bf950a0
commit e2b14af74c
1 changed files with 1 additions and 0 deletions

1
dup.rb
View File

@ -39,6 +39,7 @@ def get_sample(name="container")
image: "my/image:1.2.3"
restart: always
detach: true
test: true # Having this set to true will prevent dup from creating a label de.fabianonline.dup
ports:
- "1234:1234"