File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ To set the default host for nginx use the env var `DEFAULT_HOST=foo.bar.com` for
147
147
148
148
### Separate Containers
149
149
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 )
151
151
image and the official [ nginx] ( https://registry.hub.docker.com/_/nginx/ ) image.
152
152
153
153
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
224
224
> key on startup by passing ` -e DHPARAM_BITS=1024 ` .
225
225
226
226
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
228
228
[ nginx] ( https://registry.hub.docker.com/_/nginx/ ) image will generate one. If you still want A+ security
229
229
in a separate container setup, you'll have to generate a 2048 bits DH key file manually and mount it on the
230
230
nginx container, at ` /etc/nginx/dhparam/dhparam.pem ` .
You can’t perform that action at this time.
0 commit comments