Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Предупреждение

If upgrading from a version of Ubersmith prior to 4.2.0, make sure to add volume entries in docker-compose.override.yml to include mount points for the appropriate time zone files in each service (web, mail, php, etc.). For example:

  php:

    volumes:

      - "/etc/localtime:/etc/localtime"

Failing to make this update will cause those containers not updated to default to using UTC as a timezone.

 

To upgrade Ubersmith, run the ./upgrade_ubersmith.sh script. The upgrade process will complete automatically.

...