Skip to content

Commit

Permalink
Merge pull request #50 from tretkowski/main
Browse files Browse the repository at this point in the history
Update README to use `docker compose` instead `docker-compose`
  • Loading branch information
p1gp1g authored Dec 3, 2024
2 parents cf308e7 + 212ab97 commit 35e8930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The configuration file uses the [TOML format](https://toml.io/). Below is an ove

VAPID key is used to authorize mollysocket server to send requests to your push server, if it supports it.

To generate a new key, you can run this command `mollysocket vapid gen`. Or using docker, `docker-compose run mollysocket vapid gen`.
To generate a new key, you can run this command `mollysocket vapid gen`. Or using docker, `docker compose run mollysocket vapid gen`.

This value can be passed to mollysocket via a file, location given with `vapid_key_file` parameter, or directly in the `vapid_privkey` parameter. _The key file takes the precedence_.

Expand Down

0 comments on commit 35e8930

Please sign in to comment.