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