mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
feat: add selection api (#3)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user