diff --git a/README.md b/README.md index 3292ab4..e84fbe7 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ services: ### Configuration -You should configure PPM via the ppm.json in the root directory, which is withing the container mounted to +You should configure PPM via the ppm.json in the root directory, which is within the container mounted to `/var/www/`. Alternatively, you can overwrite each option using the regular cli arguments. ``` @@ -85,4 +85,4 @@ RUN apk --no-cache add ca-certificates wget ``` docker build vendor/my-image -f Dockerfile . # now use vendor/my-image instead of `phppm/nginx` -``` \ No newline at end of file +```