Skip to content

Commit

Permalink
Default HOST_ENV to localhost if not supplied
Browse files Browse the repository at this point in the history
  • Loading branch information
sarit-si committed Apr 27, 2021
1 parent 1a4b2c1 commit 3b95645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ x-pdi-common:
image: pdi
environment:
&pdi-common-env
HOST_ENV: ${HOST_ENV}
HOST_ENV: ${HOST_ENV:-localhost}
PENTAHO_DI_JAVA_OPTIONS: ${PENTAHO_DI_JAVA_OPTIONS}
CARTE_USER: ${CARTE_USER}
CARTE_PASSWORD: ${CARTE_PASSWORD}
Expand Down

0 comments on commit 3b95645

Please sign in to comment.