mirror of
https://github.com/plausible/hosting.git
synced 2025-01-15 14:34:30 -06:00
Update README.md
This commit is contained in:
parent
057946c7f7
commit
da1d1f0183
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user