literally adding a period
This commit is contained in:
parent
4f22d921ea
commit
b8aa76e075
@ -79,7 +79,7 @@ services:
|
|||||||
...
|
...
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
First, we will want to decide on a backup location and edit the ```volumes:``` section You will need the full path to the folder you want backups stored in. On a QNAP NAS for example, if I wanted to use a folder called "Backups" inside a shared folder named "Videos", the path would be ```/shares/Videos/Backups/```, and my ```volumes:``` section would look like this:
|
First, we will want to decide on a backup location and edit the ```volumes:``` section. You will need the full path to the folder you want backups stored in. On a QNAP NAS for example, if I wanted to use a folder called "Backups" inside a shared folder named "Videos", the path would be ```/shares/Videos/Backups/```, and my ```volumes:``` section would look like this:
|
||||||
```yaml
|
```yaml
|
||||||
volumes:
|
volumes:
|
||||||
- "/shares/Videos/Backups:/backups"
|
- "/shares/Videos/Backups:/backups"
|
||||||
|
Loading…
Reference in New Issue
Block a user