Fix corpus service creation

This commit is contained in:
Patrick Jentsch 2021-08-16 12:09:50 +02:00
parent 99c43cc1a6
commit 869c1ba632

View File

@ -164,7 +164,7 @@ class CheckCorporaMixin:
''' ## Image ## '''
image = current_app.config['DOCKER_IMAGE_PREFIX'] + 'cqpserver:latest'
''' ## Name ## '''
name = 'cqpserver_{}'.format(corpus.id),
name = 'cqpserver_{}'.format(corpus.id)
''' ## Network ## '''
network = 'nopaque_default'
''' ## Volumes ## '''