Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxs committed Jan 2, 2023
1 parent 0ada245 commit 45efd3c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,14 @@ Change your docker-compose file like this:
Or change your docker command like this:

```diff
-docker run -d --name nginx --restart=always -v $PWD/conf.d:/etc/nginx/conf.d -p 80:80 -p 443:443 nginx:1.23.3
+docker run -d --name nginx --restart=always -v $PWD/conf.d:/etc/nginx/conf.d -p 80:80 -p 443:443 ghcr.io/nginx-quic/nginx-quic:1.23.3
docker run -d \
--name nginx \
--restart=always \
-v $PWD/conf.d:/etc/nginx/conf.d \
-v $PWD/certs:/etc/nginx/certs \
-p 80:80 -p 443:443 \
- nginx:1.23.3
+ ghcr.io/nginx-quic/nginx-quic:1.23.3
```

> **NOTE:**
Expand Down

0 comments on commit 45efd3c

Please sign in to comment.