Update README.md

This commit is contained in:
ruslandoga 2024-09-04 18:25:32 +07:00 committed by GitHub
parent 057946c7f7
commit da1d1f0183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ To set up Plausible CE quickly, follow these steps:
$ echo "HTTP_PORT=8080" >> .env
$ echo "HTTPS_PORT=8443" >> .env
$ echo "BASE_URL=https://plausible.example.com:8443" >> .env
$ echo "SECRET_KEY_BASE=$(docker run -ti --rm ghcr.io/plausible/community-edition:v2.1.2 openssl rand -base64 48)" >> .env
$ echo "SECRET_KEY_BASE=$(openssl rand -base64 48)" >> .env
$ cat .env
HTTP_PORT=8080