Commit Graph

2 Commits

Author SHA1 Message Date
Fabian Wagner 2589d4baf4 U principle §6: bind mounts only, never named volumes
Promote 'don't use named volumes' from a mysql/redis-specific
explanation to a hard rule that applies to anything needing
persistence (ssh host keys, uploads, queue state, etc). Lead
with the 'docker compose down -v wipes named volumes' rationale
since that's the keystroke this rule is really protecting against.
Add a counter-pattern example.
2026-05-28 10:57:13 +02:00
Fabian Wagner eb87cffb61 A dockerization principle 2026-05-18 07:28:23 +02:00