diff --git a/readme.md b/readme.md index e7f72b7..65b4150 100644 --- a/readme.md +++ b/readme.md @@ -97,10 +97,10 @@ docker run -it --rm \ ```yaml volumes: - - /var/win:/storage + - ./windows:/storage ``` - Replace the example path `/var/win` with the desired storage folder. + Replace the example path `./windows` with the desired storage folder. ### How do I change the size of the disk?