feat: add selection api (#3)

This commit is contained in:
Miralem Drek
2019-02-06 13:49:53 +01:00
committed by GitHub
parent 49df28f528
commit d847a7897c
19 changed files with 76 additions and 117 deletions

View File

@@ -1,9 +1,9 @@
version: "2"
version: "3.1"
services:
engine:
image: qlikcore/engine:12.300.0
image: qlikcore/engine:${ENGINE_VERSION:-latest}
restart: always
command: -S AcceptEULA=${ACCEPT_EULA}
command: -S AcceptEULA="${ACCEPT_EULA:-no}"
ports:
- "19076:9076"