mirror of
https://github.com/Wonderfall/docker-synapse.git
synced 2025-05-13 03:42:22 -04:00
Synapse v1.112.0
This commit is contained in:
parent
6d32f9c8e9
commit
387174d2a7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG SYNAPSE_VERSION=1.112.0rc1
|
||||
ARG SYNAPSE_VERSION=1.112.0
|
||||
ARG PYTHON_VERSION=3.12
|
||||
ARG ALPINE_VERSION=3.20
|
||||
ARG HARDENED_MALLOC_VERSION=12
|
||||
|
@ -82,4 +82,4 @@ EXPOSE 8008/tcp 8009/tcp 8448/tcp
|
|||
ENTRYPOINT ["python3", "start.py"]
|
||||
|
||||
HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \
|
||||
CMD curl -fSs http://localhost:8008/health || exit 1
|
||||
CMD curl -fSs http://localhost:8008/health || exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue