append messages to log

not override the log
This commit is contained in:
Daniel Drexlmaier 2025-02-16 11:34:02 +01:00 committed by GitHub
parent 98c90be47c
commit 61b644995e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,4 +23,4 @@ COPY --from=builder /root/dist/* /opt/endlessh/
STOPSIGNAL SIGINT STOPSIGNAL SIGINT
USER 2000:2000 USER 2000:2000
WORKDIR /opt/endlessh/ WORKDIR /opt/endlessh/
CMD ./endlessh -f endlessh.conf >/var/log/endlessh/endlessh.log CMD ./endlessh -f endlessh.conf >> /var/log/endlessh/endlessh.log