readme upd

This commit is contained in:
yurymuski
2023-09-04 00:41:54 +04:00
parent 2655f98dee
commit c55df02f0d
+4 -1
View File
@@ -23,7 +23,10 @@ docker run -it --rm --name certbot \
- create nginx.conf like in example - create nginx.conf like in example
`docker run --name nginx -d -p 80:80 -p 443:443/tcp -p 443:443/udp -v ${PWD}/temp/letsencrypt/:/opt/nginx/certs/ -v ${PWD}/nginx.conf:/etc/nginx/nginx.conf ymuski/nginx-http3` ```sh
# NOTE: --priviliged needed for setsockopt(SO_TXTIME) access
docker run --name nginx --priviliged -d -p 80:80 -p 443:443/tcp -p 443:443/udp -v ${PWD}/temp/letsencrypt/:/opt/nginx/certs/ -v ${PWD}/nginx.conf:/etc/nginx/nginx.conf ymuski/nginx-http3
```
### Checking ### Checking