1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Improve markdown formatting (#111)

This commit is contained in:
funkypenguin-bot
2020-06-16 16:22:07 +12:00
committed by GitHub
parent b7d7c793da
commit e582ccee1f

View File

@@ -35,7 +35,7 @@ So what does this mean for our stack? It means we can leverage Duplicity to back
### Setup data locations ### Setup data locations
We'll need a folder to store a docker-compose .yml file, and an associated .env file. If you're following my filesystem layout, create /var/data/config/duplicity (for the config), and /var/data/duplicity (for the metadata) as follows: We'll need a folder to store a docker-compose .yml file, and an associated .env file. If you're following my filesystem layout, create `/var/data/config/duplicity` (*for the config*), and `/var/data/duplicity` (*for the metadata*) as follows:
``` ```
mkdir /var/data/config/duplicity mkdir /var/data/config/duplicity