Avatar

root-nodeB

root-node@alien.top
Joined
0 posts • 14 comments
Direct message

I run two pi-holes with gravity-sync between them and have done for ages. Never had an issue.

permalink
report
reply

I add both because why not. It doesn’t hurt.

permalink
report
parent
reply

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
permalink
report
reply

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

permalink
report
reply