configuration only by env vars, fix

This commit is contained in:
2023-09-27 12:35:18 +02:00
parent f90c1c2dbb
commit 8817c3fa12

View File

@ -32,9 +32,7 @@ RUN \
EXPOSE 20169/udp
VOLUME /etc/sink
CMD [ "/usr/local/bin/sink20169", "-f", "/etc/sink/sink20169.cfg", "-n", "nobody", "-v" ]
CMD [ "/usr/local/bin/sink20169", "-n", "nobody", "-v" ]