Fixes for !225
This commit is contained in:
parent
afa5d449c6
commit
9bfc7b34b6
4 changed files with 44 additions and 72 deletions
|
@ -47,7 +47,7 @@ LABEL org.opencontainers.image.created=${CREATED} \
|
|||
RUN mkdir -p /srv/conduit/.local/share/conduit
|
||||
|
||||
# Test if Conduit is still alive, uses the same endpoint as Element
|
||||
COPY ./docker/healthcheck.sh /srv/conduit/
|
||||
COPY ./docker/healthcheck.sh /srv/conduit/healthcheck.sh
|
||||
HEALTHCHECK --start-period=5s --interval=5s CMD ./healthcheck.sh
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue