debug mode

This commit is contained in:
2023-07-07 17:44:45 +02:00
parent 130cd41438
commit e6977298f4
3 changed files with 13 additions and 1 deletions

View File

@@ -11,5 +11,6 @@ EXPOSE 514/udp
ENV TARGET_HOST="127.0.0.1"
ENV TARGET_PROTO="tcp"
ENV TARGET_PORT="514"
ENV DEBUG="0"
ENTRYPOINT ["/bin/sh", "/run.sh"]