mirror of
https://git.anonymousland.org/anonymousland/synapse-worker-docker.git
synced 2024-12-17 20:54:17 -05:00
Rename start script
This commit is contained in:
parent
b89f52a9c9
commit
5f6dc98077
@ -110,7 +110,7 @@ VOLUME /data
|
|||||||
|
|
||||||
EXPOSE 8008/tcp
|
EXPOSE 8008/tcp
|
||||||
|
|
||||||
ENTRYPOINT ["python3", "start.py"]
|
ENTRYPOINT ["python3", "workers.py"]
|
||||||
|
|
||||||
HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \
|
HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \
|
||||||
CMD /bin/sh /healthcheck.sh
|
CMD /bin/sh /healthcheck.sh
|
Loading…
Reference in New Issue
Block a user