There was an error while loading. Please reload this page.
1 parent 064b966 commit 25917f0Copy full SHA for 25917f0
1 file changed
docker-compose-cluster.yaml
@@ -16,7 +16,8 @@ services:
16
PRINT_YAML_MAX_ALIASES: '200'
17
LOG_LEVEL: DEBUG
18
JASPER_LOG_LEVEL: DEBUG
19
- JAVA_OPTS: '-Dmapfish.image.plugins=true -Ddb.host=db -Ddb.username=print -Ddb.password=print -Ddb.name=print'
+ CATALINA_OPTS: '-Ddb.host=db -Ddb.username=print -Ddb.password=print -Ddb.name=print'
20
+ JAVA_OPTS: '-Dmapfish.image.plugins=true'
21
22
tests:
23
image: mapfish_print_builder
0 commit comments