Skip to content

Commit b041f6e

Browse files
authored
statsd parameter is no use inside docker
1 parent 748c270 commit b041f6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ ENV GUNICORN_BIND=0.0.0.0:8088 \
5151
GUNICORN_LIMIT_REQUEST_LINE=4094 \
5252
GUNICORN_THREADS=4 \
5353
GUNICORN_TIMEOUT=120 \
54-
GUNICORN_STATSD_HOST=localhost:8125 \
5554
GUNICORN_WORKERS=10 \
5655
GUNICORN_WORKER_CLASS=gevent \
5756
LANG=C.UTF-8 \
@@ -60,7 +59,7 @@ ENV GUNICORN_BIND=0.0.0.0:8088 \
6059
SUPERSET_REPO=apache/incubator-superset \
6160
SUPERSET_VERSION=${SUPERSET_VERSION} \
6261
SUPERSET_HOME=/var/lib/superset
63-
ENV GUNICORN_CMD_ARGS="--bind ${GUNICORN_BIND} --limit-request-field_size ${GUNICORN_LIMIT_REQUEST_FIELD_SIZE} --limit-request-line ${GUNICORN_LIMIT_REQUEST_LINE} --statsd-host ${GUNICORN_STATSD_HOST} --threads ${GUNICORN_THREADS} --timeout ${GUNICORN_TIMEOUT} --workers ${GUNICORN_WORKERS} --worker-class ${GUNICORN_WORKER_CLASS}"
62+
ENV GUNICORN_CMD_ARGS="--bind ${GUNICORN_BIND} --limit-request-field_size ${GUNICORN_LIMIT_REQUEST_FIELD_SIZE} --limit-request-line ${GUNICORN_LIMIT_REQUEST_LINE} --threads ${GUNICORN_THREADS} --timeout ${GUNICORN_TIMEOUT} --workers ${GUNICORN_WORKERS} --worker-class ${GUNICORN_WORKER_CLASS}"
6463

6564
# Create superset user & install dependencies
6665
WORKDIR /tmp/superset

0 commit comments

Comments
 (0)