@futzle in my compose.yml file I have this: services: gotosocial: image: superseriousbusiness/gotosocial:latest container_name: gotosocial user: 1000:1000 I hope the user line makes it run as non-root user?