File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
5657init_diagram : |
You can’t perform that action at this time.
0 commit comments