Skip to content

Commit a7ce663

Browse files
authored
Merge pull request #13 from linuxserver/readme-migration
Update readme migration steps for v2
2 parents 2c7cec6 + 103ae1e commit a7ce663

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,14 @@ Once you've run your first time setup you can safely remove the DEFAULT_ environ
6161

6262
### Migration from Official Image
6363

64-
Copy your `user-avatars`, `project-background-images`, and `attachments` folders to your new `/config` mount so that it looks like:
64+
Copy your `user-avatars`, `background-images`, and `attachments` folders to your new `/config` mount so that it looks like:
6565

6666
```text
6767
/config
6868
├── attachments
69-
├── project-background-images
70-
└── user-avatars
69+
└── images
70+
├── background-images
71+
└── user-avatars
7172
```
7273

7374
## Read-Only Operation

readme-vars.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ app_setup_block: |
4444
4545
### Migration from Official Image
4646
47-
Copy your `user-avatars`, `project-background-images`, and `attachments` folders to your new `/config` mount so that it looks like:
47+
Copy your `user-avatars`, `background-images`, and `attachments` folders to your new `/config` mount so that it looks like:
4848
4949
```text
5050
/config
5151
├── attachments
52-
├── project-background-images
53-
└── user-avatars
52+
└── images
53+
├── background-images
54+
└── user-avatars
5455
```
5556
# init diagram
5657
init_diagram: |

0 commit comments

Comments
 (0)