Merge branch 'patch-1' into 'master'
Add admin user instructions See merge request pleroma/pleroma-docker-compose!1
This commit is contained in:
commit
1a3ca3517b
|
@ -35,6 +35,10 @@ config :pleroma, :instance,
|
||||||
registrations_open: true,
|
registrations_open: true,
|
||||||
federating: true
|
federating: true
|
||||||
```
|
```
|
||||||
|
Add an instance admin like this:
|
||||||
|
```
|
||||||
|
docker exec pleroma /opt/pleroma/bin/pleroma_ctl user new joeuser joeuser@sld.tld --admin -y
|
||||||
|
```
|
||||||
|
|
||||||
The postgres database files are located in `./volumes/pleroma-db/pgdata`. You can also insert postgres startup scripts inside `./volumes/pleroma-db/pginit`
|
The postgres database files are located in `./volumes/pleroma-db/pgdata`. You can also insert postgres startup scripts inside `./volumes/pleroma-db/pginit`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue