mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-23 11:09:55 +00:00
Update for web_push.gen.keypair
This commit is contained in:
parent
22a11019e6
commit
fbfa9f2172
1 changed files with 6 additions and 0 deletions
|
@ -130,6 +130,12 @@ Setup the database:
|
|||
docker-compose run --rm web mix ecto.migrate
|
||||
```
|
||||
|
||||
Get your web push keys and copy them to `secret.exs`:
|
||||
|
||||
```
|
||||
docker-compose run --rm web mix web_push.gen.keypair
|
||||
```
|
||||
|
||||
You can now launch your instance:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue