Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Automated: Bump Docker images (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
qlikossbuild authored and FredrikFolkesson committed Feb 8, 2019
1 parent 03129fc commit 56bd69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:
qix-engine:
container_name: qix-engine-1
image: qlikcore/engine:12.311.0
image: qlikcore/engine:12.321.0
ports:
- 9076:9076
command: -S AcceptEULA=${ACCEPT_EULA} -S DocumentDirectory=/apps -S EnableGrpcCustomConnectors=1 -S ValidateJsonWebTokens=2 -S JsonWebTokenSecret=passw0rd -S GrpcConnectorPlugins="testconnector,corectl-test-connector:50051"
Expand All @@ -11,7 +11,7 @@ services:
- ./data:/data
qix-engine-2:
container_name: qix-engine-2
image: qlikcore/engine:12.311.0
image: qlikcore/engine:12.321.0
ports:
- 9176:9076
command: -S AcceptEULA=${ACCEPT_EULA} -S SystemLogVerbosity=5 -S LicenseServiceUrl="doesnotexit:9090"
Expand Down

0 comments on commit 56bd69f

Please sign in to comment.