# Plausible ## Run Generate the secret app key with this command : ```bash openssl rand -base64 64 | tr -d '\n' ; echo ``` ```bash cp .env.example .env # then edit docker compose up -d ```