disable about and settings by default (#1868)

* disable about and settings by default

* support docker variables

* remove comments
This commit is contained in:
Denys Vuika
2020-12-09 12:30:53 +00:00
committed by GitHub
parent 42463179b5
commit 0ed0a10471
5 changed files with 21 additions and 30 deletions

View File

@@ -21,4 +21,5 @@ docker run --rm -it \
--env APP_CONFIG_BPM_HOST=$APP_CONFIG_BPM_HOST \
--env APP_CONFIG_ECM_HOST=$APP_CONFIG_ECM_HOST \
--env APP_BASE_SHARE_URL=$APP_BASE_SHARE_URL \
--env APP_EXTENSIONS_IGNORE_REFS=$APP_EXTENSIONS_IGNORE_REFS \
--user 1000:1000 --publish $HOST_PORT:$CONTAINER_PORT $DOCKER_IMAGE_REPO