expose required ENV variables

This commit is contained in:
Paolo Asperti 2022-05-22 21:18:11 +02:00
parent e10fc5cb48
commit 3e4323b63f
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 4 additions and 0 deletions

View File

@ -8,4 +8,8 @@ COPY run.sh /
EXPOSE 514/tcp
EXPOSE 514/udp
ENV TARGET_HOST
ENV TARGET_PROTO
ENV TARGET_PORT
ENTRYPOINT ["/bin/sh", "/run.sh"]