Add admin user instructions
This commit is contained in:
parent
27aee8a0b2
commit
219cd74b61
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue