Peter Wood df76becf48 removed tailsacle subnet router
fuck that noise. I can't figure out how to make it work and allow me to
access devices on my local network. that was supposed to be the point of
it! anyway, skill issue I'm sure but I gave up.
2025-06-21 11:45:15 -04:00
2025-06-15 20:44:59 -04:00
2025-06-15 20:44:39 -04:00

Docker things

Useful aliases

dcdn=docker compose down dcupd=docker compose up -d dcpull=docker compose pull dsta=docker stop $(docker ps -q) dclf=docker compose logs -f dxcit=docker container exec -it lzd=lazydocker

Putting it all together

Shut it down, pull the latest images, and start it up again:

dcdn; dcpull; dcupd

Description
No description provided
Readme 1.4 MiB
Languages
HTML 60.1%
Shell 27%
Python 12.7%
Dockerfile 0.2%