mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
10 lines
180 B
YAML
10 lines
180 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
engine:
|
|
image: qlikcore/engine:${ENGINE_VERSION}
|
|
restart: always
|
|
command: -S AcceptEULA="${ACCEPT_EULA:-no}"
|
|
ports:
|
|
- '9076:9076'
|