Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,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 755 data
Comment thread
Apollon77 marked this conversation as resolved.
Outdated
```

### Viewing Logs
Expand Down
Loading