try to do speed improvement convert container to Brotli capable nginx and added avif image port for faster web content
This commit is contained in:
parent
0e74bb2916
commit
435dce539f
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx
|
image: ghcr.io/zvonimirsun/nginx:stable-alpine-brotli
|
||||||
volumes:
|
volumes:
|
||||||
- ./webpage:/usr/share/nginx/html
|
- ./webpage:/usr/share/nginx/html
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<body>
|
<body>
|
||||||
<noscript> </noscript>
|
<noscript> </noscript>
|
||||||
<center>
|
<center>
|
||||||
<img src = "./img/w_mate.jetzt.png" alt="Picture of Clothing on a clothline waibing in the winde."></br>
|
<img src = "./img/w_mate.jetzt.avif" alt="Picture of Clothing on a clothline waibing in the winde."></br>
|
||||||
<a> © 2024 isabell <a href="https://i3le.net">i3le.net</a></a>
|
<a> © 2024 isabell <a href="https://i3le.net">i3le.net</a></a>
|
||||||
<H1> Welcome to mate.jetzt the site is currently not available.</H1>
|
<H1> Welcome to mate.jetzt the site is currently not available.</H1>
|
||||||
<a> stay tuned what will happen in future </a>
|
<a> stay tuned what will happen in future </a>
|
||||||
|
|
Loading…
Reference in a new issue