update recording containner scripts

This commit is contained in:
Sofyan Sugianto
2020-08-27 15:47:33 +07:00
parent a575e2ceab
commit 66d0541071
4 changed files with 18 additions and 9 deletions

View File

@ -58,7 +58,7 @@ if [ "$ENABLE_PROMETHEUS_EXPORTER" == true ]; then
fi
if [ "$ENABLE_RECORDING" == true ]; then
COMPOSE_FILES="$COMPOSE_FILES -f docker-compose.recording.yml"
COMPOSE_FILES="$COMPOSE_FILES -f docker-compose.recordings.yml"
fi
docker-compose $COMPOSE_FILES $@