Skip to content

Commit 5b46989

Browse files
authored
Merge pull request nginx-proxy#1432 from KetchupBomb/update_readme
Fix docker-gen Docker Hub URL
2 parents d3ff74e + e8b68e5 commit 5b46989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To set the default host for nginx use the env var `DEFAULT_HOST=foo.bar.com` for
147147

148148
### Separate Containers
149149

150-
nginx-proxy can also be run as two separate containers using the [jwilder/docker-gen](https://index.docker.io/u/jwilder/docker-gen/)
150+
nginx-proxy can also be run as two separate containers using the [jwilder/docker-gen](https://hub.docker.com/r/jwilder/docker-gen)
151151
image and the official [nginx](https://registry.hub.docker.com/_/nginx/) image.
152152

153153
You may want to do this to prevent having the docker socket bound to a publicly exposed container service.
@@ -224,7 +224,7 @@ is reloaded. This generation process only occurs the first time you start `ngin
224224
> key on startup by passing `-e DHPARAM_BITS=1024`.
225225
226226
In the separate container setup, no pregenerated key will be available and neither the
227-
[jwilder/docker-gen](https://index.docker.io/u/jwilder/docker-gen/) image nor the offical
227+
[jwilder/docker-gen](https://hub.docker.com/r/jwilder/docker-gen) image nor the offical
228228
[nginx](https://registry.hub.docker.com/_/nginx/) image will generate one. If you still want A+ security
229229
in a separate container setup, you'll have to generate a 2048 bits DH key file manually and mount it on the
230230
nginx container, at `/etc/nginx/dhparam/dhparam.pem`.

0 commit comments

Comments
 (0)