diff --git a/docs/content/about/configuration.md b/docs/content/about/configuration.md index 27f9f5906..cbbba8da7 100644 --- a/docs/content/about/configuration.md +++ b/docs/content/about/configuration.md @@ -67,7 +67,7 @@ specify it in the `docker run` command: ```bash $ docker run -d -p 5000:5000 --restart=always --name registry \ - -v `pwd`/config.yml:/etc/distribution/config.yml \ + -v `pwd`/config.yml:/etc/docker/registry/config.yml \ registry:2 ```