Change chown to 1000 in uploads folder
This commit is contained in:
parent
8fb03c885c
commit
6b662fa0c8
@ -84,7 +84,7 @@ Create the upload and config folder and give write permissions for the uploads:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir uploads config
|
mkdir uploads config
|
||||||
chown -R 911:911 uploads
|
chown -R 1000:1000 uploads
|
||||||
```
|
```
|
||||||
|
|
||||||
Pleroma needs the `citext` PostgreSQL extension, here is how to add it:
|
Pleroma needs the `citext` PostgreSQL extension, here is how to add it:
|
||||||
|
Loading…
Reference in New Issue
Block a user