Добавлена распечатка маршрутов

This commit is contained in:
Мулюкин Вячеслав 2025-09-06 13:10:59 +00:00
parent 2d16674b90
commit cea3fe3f9a

View File

@ -19,5 +19,5 @@ RUN chmod +x /root/connect.sh
HEALTHCHECK --start-period=15s --retries=1 \ HEALTHCHECK --start-period=15s --retries=1 \
CMD pgrep openconnect || exit 1; pgrep dnsmasq || exit 1 CMD pgrep openconnect || exit 1; pgrep dnsmasq || exit 1
CMD ["sh" , "-c", "sh /root/connect.sh -D && ip addr && sh && tail -f /dev/null"] CMD ["sh" , "-c", "sh /root/connect.sh -D && ip addr && route -n && sh && tail -f /dev/null"]