mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 04:19:14 +00:00
append messages to log
not override the log
This commit is contained in:
parent
98c90be47c
commit
61b644995e
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ COPY --from=builder /root/dist/* /opt/endlessh/
|
|||
STOPSIGNAL SIGINT
|
||||
USER 2000:2000
|
||||
WORKDIR /opt/endlessh/
|
||||
CMD ./endlessh -f endlessh.conf >/var/log/endlessh/endlessh.log
|
||||
CMD ./endlessh -f endlessh.conf >> /var/log/endlessh/endlessh.log
|
||||
|
|
Loading…
Reference in a new issue