Docker newby question -- /tmp/ps-photos/ is owned by root?

As soon as v1.0 ships I need to update the docs… Please use PUID/PGID instead of --user for v1.0 or later.

See

But the TL;DR: replace the --user line with

-e UID=$(id -u) \
-e GID=$(id -g) \