Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 548 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 548 Bytes

dock-n-roll

Setup for my "homelab" with docker containers.

Tips & Tricks

Backup restore

If necessary, stop the containers

docker compose down

Unzip the archive via

unzip -P your_password_here docker_volumes_backup_{weekday}.zip -d zip_restore

Copy the docker_volumes folder

cp -r zip_restore/home/maxi/docker_volumes docker_volumes

🕳️ Pi-hole

Set the admin password via running

docker exec -it pihole pihole -a -p

on the host.