root-node

joined 1 year ago
[–] [email protected] 1 points 1 year ago (5 children)

For backups I use Nautical Backup.

For the "owned by root" problem, I ensure all my docker compose files have [P]UID and [P]GID set to 1000 (the user my docker runs under). All my 20 containers have no issue running like this.

How are you launching your containers? Docker compose is the way, I have set the following in all mine:

environment:
  - PUID=1000
  - PGID=1000

user:
  1000:1000
[–] [email protected] 1 points 1 year ago

I have 3x NUCs. 2x are running VMware ESXi and one is running Debian with Docker.

view more: ‹ prev next ›