Merge branch 'patch-1' into 'master'

Add admin user instructions

See merge request pleroma/pleroma-docker-compose!1
This commit is contained in:
Lukas 2020-05-28 06:28:21 +00:00
commit 1a3ca3517b
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ config :pleroma, :instance,
registrations_open: 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`