BREAKING CHANGE
The docker container is now distroless and rootless. Among other things, this means that it goes from 1.08GB to 511MB (>50% smaller!). Unfortunately, it also means some tweaks to your compose file will be needed:
PUID
andPGID
env variables are deprecated- They got replaced by
user: UID:GID
parameter in the compose file.
Just to be sure everything's on set, checkout the docker-compose.yaml and .env.example files.