Add healthcheck
This commit is contained in:
parent
1b7c1ccafa
commit
43f331f798
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 20308-RC2 (2019/08/04)
|
||||
|
||||
* Add healthcheck
|
||||
|
||||
## 20308-RC1 (2019/07/30)
|
||||
|
||||
* JetBrains License Server 20308
|
||||
|
@ -42,3 +42,6 @@ VOLUME [ "/data" ]
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
CMD [ "/usr/local/bin/license-server", "run" ]
|
||||
|
||||
HEALTHCHECK --interval=10s --timeout=5s \
|
||||
CMD license-server status
|
||||
|
Loading…
Reference in New Issue
Block a user