refactor: remove ACCEPT_EULA option from nebula serve due to qlikcore engine deprecation (#724)

This commit is contained in:
Li Kang
2021-12-06 10:00:06 +01:00
committed by GitHub
parent 6fe584cff8
commit 7c43dd09dc
10 changed files with 1 additions and 124 deletions

View File

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