changing path

This commit is contained in:
John Doe
2026-03-08 17:41:09 -04:00
parent c43ba2c2cd
commit 4962346bd3
+2 -2
View File
@@ -71,10 +71,10 @@ nano .env
```bash
# Set ownership (replace with your PUID:PGID)
sudo chown -R 1000:1000 /mnt/fast-block/audiojacker
sudo chown -R 1000:1000 ./audiojacker
# Set permissions
sudo chmod -R 755 /mnt/fast-block/audiojacker
sudo chmod -R 755 ./audiojacker
```
### 5. Start the Stack