mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -61,5 +61,6 @@ RUN apk -U --no-cache add \
|
||||
HEALTHCHECK --retries=10 CMD curl -s -XGET 'http://127.0.0.1:5601'
|
||||
|
||||
# Start kibana
|
||||
STOPSIGNAL SIGKILL
|
||||
USER kibana:kibana
|
||||
CMD ["/usr/share/kibana/bin/kibana"]
|
||||
|
@ -7,7 +7,6 @@ services:
|
||||
build: .
|
||||
container_name: kibana
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
# depends_on:
|
||||
# elasticsearch:
|
||||
# condition: service_healthy
|
||||
|
Reference in New Issue
Block a user