|
|
|
|
|
by EnigmaCurry
1214 days ago
|
|
> kind of make backups harder How so? For me it makes it easier, just have to backup one directory: /var/lib/docker/volumes > you will need bind mount for external config files anyway I create all my config files from templates, generated by a container, with the config entirely driven by environment variables, and this runs before my main container (via `depends_on`) it writes the config to a named volume. So there are no "external" config files, only "internal" ones. |
|