Explorar o código

Run update.sh

Docker Library Bot %!s(int64=3) %!d(string=hai) anos
pai
achega
ccf30b0665
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nginx/README.md

+ 1 - 1
nginx/README.md

@@ -164,7 +164,7 @@ This behavior can be changed via the following environment variables:
 
 ## Running nginx in read-only mode
 
-To run nginx in read-only mode, you will need to mount a Docker volume to every location where nginx writes information. The default nginx configuration requires write access to `/var/cache` and `/var/run`. This can be easily accomplished by running nginx as follows:
+To run nginx in read-only mode, you will need to mount a Docker volume to every location where nginx writes information. The default nginx configuration requires write access to `/var/cache/nginx` and `/var/run`. This can be easily accomplished by running nginx as follows:
 
 ```console
 $ docker run -d -p 80:80 --read-only -v $(pwd)/nginx-cache:/var/cache/nginx -v $(pwd)/nginx-pid:/var/run nginx