DNS cache TTL set to 60 seconds

This commit is contained in:
Andrii Shvaika 2021-09-13 14:39:44 +03:00
parent 88aacdde8d
commit cb03cf7450

View File

@ -16,6 +16,8 @@
FROM thingsboard/openjdk11
RUN echo 'networkaddress.cache.ttl=60' >> /etc/java-11-openjdk/security/java.security
COPY start-tb-node.sh ${pkg.name}.deb /tmp/
RUN chmod a+x /tmp/*.sh \