mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
add prometheus_multiproc_dir environment variable
to avoid 500 error on admin/metric page see #2387
This commit is contained in:
parent
9e8fdbe099
commit
f1a97e1be2
@ -62,6 +62,8 @@ COPY assets/runtime/ ${GITLAB_RUNTIME_DIR}/
|
||||
COPY entrypoint.sh /sbin/entrypoint.sh
|
||||
RUN chmod 755 /sbin/entrypoint.sh
|
||||
|
||||
ENV prometheus_multiproc_dir="/dev/shm"
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user