diff --git a/.gitignore b/.gitignore index 1998c294f..2c6eb2de9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.cache \ No newline at end of file +.cache +.venv \ No newline at end of file diff --git a/overrides/main.html b/overrides/main.html index 511e46b7f..207ffc73e 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -2,13 +2,10 @@ {% block announce %} {% if config.theme.language == 'de' %} - -

ACHTUNG! ACHTUNG!! ACHTUNG!!!

Alle Docker Versionen zwischen 25.0.0 bis 25.0.2 sind von einem Bug im Docker Daemon in Bezug auf IPv6 betroffen, welches bei deaktiviertem IPv6 im Docker Network für Probleme gesorgt hat.
Bitte Updated Docker mindestens auf Version 25.0.3 um den Fehler zu korrigieren und keine unnötigen Workarounds einbauen zu müssen!

+

Alle Befehle sind gemäß der Syntax des Docker Compose Plugin und der Standalone Variante anwählbar.

{% elif config.theme.language == 'en' %} - -

ATTENTION! ATTENTION!! ATTENTION!!!

All Docker Versions between 25.0.0 and 25.0.2 are affected by a Docker Daemon Bug regarding IPv6 which causes strange behaviours on Docker Networks with disabled IPv6 connectivitiy.
Please update Docker at least to Version 25.0.3 if affected to negotiate this bug and leave unecessary workarounds behind!

+

All Commands are available according to the Docker Compose Plugin and the Standalone Version syntax

{% else %} - -

ATTENTION! ATTENTION!! ATTENTION!!!

All Docker Versions between 25.0.0 and 25.0.2 are affected by a Docker Daemon Bug regarding IPv6 which causes strange behaviours on Docker Networks with disabled IPv6 connectivitiy.
Please update Docker at least to Version 25.0.3 if affected to negotiate this bug and leave unecessary workarounds behind!

+

All Commands are available according to the Docker Compose Plugin and the Standalone Version syntax

{% endif %} {% endblock %} \ No newline at end of file