diff --git a/README.md b/README.md index 09a7825..9a3bb11 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You do not have to rebuild the image every time. Once you build the image you ca webserver using the container engine: ```shell -docker run --rm -v $PWD/opt/documentation codeberg/documentation-server:latest +docker run --rm -v $PWD:/opt/documentation codeberg/documentation-server:latest ``` Use the "External" URL the container outputs on startup to access your documentation.