Skip to content

Commit 78fd897

Browse files
authored
Update readme.md
1 parent 83e62f3 commit 78fd897

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

readme.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,19 @@ Stable and up-to-date [nginx](https://nginx.org/en/CHANGES) with [QUIC + **HTTP/
77
As this project is based on the official [nginx image](https://hub.docker.com/_/nginx/) look for instructions there. In addition to the standard configuration directives, you'll be able to use the brotli module specific ones, see [here for official documentation](https://github.com/google/ngx_brotli#configuration-directives)
88

99
```
10-
docker pull macbre/nginx-brotli:1.19.6-http3
10+
docker pull macbre/nginx-http3:latest
1111
```
1212

13-
Please refer to [the list of image tags](https://hub.docker.com/_/nginx/) as there more recent nginx versions there (but without http3 support).
14-
15-
You can fetch an image from [Github Containers Registry](https://github.com/macbre/docker-nginx-brotli/pkgs/container/nginx-brotli) as well:
13+
You can fetch an image from [Github Containers Registry](https://github.com/macbre/docker-nginx-brotli/pkgs/container/nginx-http3) as well:
1614

1715
```
18-
docker pull ghcr.io/macbre/nginx-brotli:latest
16+
docker pull ghcr.io/macbre/nginx-http3:latest
1917
```
2018

2119
## What's inside
2220

2321
```
24-
$ docker run -it macbre/nginx-brotli nginx -V
22+
$ docker run -it macbre/nginx-http3 nginx -V
2523
nginx version: nginx/1.21.0
2624
built by gcc 10.2.1 20201203 (Alpine 10.2.1_pre1)
2725
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)

0 commit comments

Comments
 (0)