You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Исправления
Скрипт первичной установки (start.sh) больше не падает на генерации VAPID-ключей для Web Push — команды key:generate и webpush:generate-vapid-keys теперь выполняются с --force, устраняя тихий пропуск генерации APP_KEY на APP_ENV=production и последующую ошибку шифрования.
start.sh использует единый синтаксис docker compose (плагин v2) во всех шагах вместо смешанного docker-compose/docker compose, что приводило к «command not found» на серверах без устаревшего standalone-бинарника.