github jippi/docker-pixelfed v0.12.6-docker1

latest release: v0.12.7
16 days ago

Upgrading

NOTE: VIPS is not supported in 0.12.6 - so you need to use the main dev branch to actually USE vips

There are no other changes, so feel free to ignore this release otherwise

  1. ./scripts/update branch-main-dev
  2. ./scripts/artisan migrate (Unless you have DB_APPLY_NEW_MIGRATIONS_AUTOMATICALLY=true in your .env file)

✨ New Features

Run these commands to start using VIPS on your instance

  1. ./scripts/dottie set IMAGE_DRIVER vips
  2. ./scripts/clear-cache
  3. docker compose restart web cron worker

🔧 Chores

🛸 Other Changes

  • 74d3c11 - Add example overriding entrypoint script (#296)

It took me a minute to figure this one out. An example would have
helped. (commit by @tir38)

Don't miss a new docker-pixelfed release

NewReleases is sending notifications on new releases.