diff --git a/docs/docker.md b/docs/docker.md index 5123d0d6..485dbf00 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -285,8 +285,8 @@ If you encounter permission issues with the data volume: ```bash # Ensure the data directory and its contents are writable and owned by the correct user -chown -r 1000:1000 data -chmod -r 755 data +chown -R 1000:1000 data +chmod -R u+rwX,go+rX data ``` ### Viewing Logs