• Joined on 2024-12-28
natecj commented on issue FrederikBaerentsen/BrickTracker#24 2024-12-30 03:16:21 +01:00
Run Docker as a non-root user

I tested the user changes above and it appears to work without issue and was going to share a PR, but I can't seem to figure out authenticating when I try to push the changes. I'll try again later…

natecj created repository natecj/BrickTracker 2024-12-30 02:54:38 +01:00
natecj opened issue FrederikBaerentsen/BrickTracker#24 2024-12-28 03:56:38 +01:00
Run Docker as a non-root user
natecj commented on issue FrederikBaerentsen/BrickTracker#23 2024-12-28 03:48:00 +01:00
Database should be in a different directory

Agreed, although I would go a step further and move all user-data into a single folder. This has multiple benefits:

  1. Allows you to add/change the underlying structure/organization without…