mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Allow running the databasus program rootless. #300
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stavros-k on 1/1/2026
Currently there is a chown in the startup script that if it fails (due to not being run as a privileged used) it will exit the container.
Requesting the ability to run as an arbitrary user (via
user: ...directive in docker compose).