Skip to content

Commit 25917f0

Browse files
committed
fix
1 parent 064b966 commit 25917f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose-cluster.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ services:
1616
PRINT_YAML_MAX_ALIASES: '200'
1717
LOG_LEVEL: DEBUG
1818
JASPER_LOG_LEVEL: DEBUG
19-
JAVA_OPTS: '-Dmapfish.image.plugins=true -Ddb.host=db -Ddb.username=print -Ddb.password=print -Ddb.name=print'
19+
CATALINA_OPTS: '-Ddb.host=db -Ddb.username=print -Ddb.password=print -Ddb.name=print'
20+
JAVA_OPTS: '-Dmapfish.image.plugins=true'
2021

2122
tests:
2223
image: mapfish_print_builder

0 commit comments

Comments
 (0)