Fix docker packaging caddyserver basicauth link (#9812)
pando85 committed
Aug 24, 2020 at 17:46 UTC
a0823f4dbbc91f8006cc867410aec1e753a627cc
1 file changed
+1
-1
packaging/docker/README.md
+1
-1
@@ -292,7 +292,7 @@ volumes:
292
293
### Restrict access with basic auth
294
295
-You can restrict access by following [official caddy guide](https://caddyserver.com/docs/basicauth) and adding lines to
295
+You can restrict access by following [official caddy guide](https://caddyserver.com/docs/caddyfile/directives/basicauth#basicauth) and adding lines to
296
Caddyfile.
297
298
## Publish a test image to your own repository