Fix Dockerfile base image in /README.md
This commit is contained in:
parent
09d30cf1a6
commit
f4af4b26eb
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ To add settings on a proxy-wide basis, add your configuration file under `/etc/n
|
||||||
This can be done in a derived image by creating the file in a `RUN` command or by `COPY`ing the file into `conf.d`:
|
This can be done in a derived image by creating the file in a `RUN` command or by `COPY`ing the file into `conf.d`:
|
||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
FROM nginxproxy/nginx-proxy
|
FROM nginxproxy/nginx-proxy:latest
|
||||||
RUN { \
|
RUN { \
|
||||||
echo 'server_tokens off;'; \
|
echo 'server_tokens off;'; \
|
||||||
echo 'client_max_body_size 100m;'; \
|
echo 'client_max_body_size 100m;'; \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue