Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Released 2022-00-00.

Upgrade instructions

This version has breaking changes for docker installation. Container now runs as user uid 5001 instead of root. Log and data volumes and their contents MUST be writable by this user. Adjust file and directory permissions when updating to this version.

Recommended commands to run before starting new container:

Code Block
languagebash
chown -R 5001:5001 /var/lib/docker/volumes/<stack-name>_logs/_data
chown -R 5001:5001 /var/lib/docker/volumes/<stack-name>_data/_data

Bug fixes

Improvements

New features

...