Existing dockerfile has permission error
did:plc:2j2ounbiyi3ftihronlw5qhj opened this 9d ago 0 comments
did:plc:2j2ounbiyi3ftihronlw5qhj opened 9d ago
When trying to run Hydrant through docker:
2026-05-04T16:59:27.918437Z INFO fjall::db: Creating database at /data/hydrant.db
Error: × FjallError: Io(Os { code: 13, kind: PermissionDenied, message: "Permission
│ denied" })
╰─▶ Permission denied (os error 13)I think this is because /data is created by root, but the user is set to hydrant. Running chown or not setting USER hydrant should fix this.
No activity yet.