mirror of
https://example.com
synced 2024-11-23 04:26:39 +09:00
15 lines
1 KiB
Text
15 lines
1 KiB
Text
-------------------------------------------------------------------
|
|
| For Docker/Podman users: |
|
|
| Please add ./neko/volume:/firefish/neko/volume:ro to |
|
|
| services.web.volumes in your docker-compose.yml before upgrading! |
|
|
| |
|
|
| After editing, services.web.volumes should look like this: |
|
|
| volumes: |
|
|
| - ./custom:/firefish/custom:ro |
|
|
| - ./files:/firefish/files |
|
|
| - ./.config:/firefish/.config:ro |
|
|
| - ./neko/volume:/firefish/neko/volume:ro <-- add this line |
|
|
| |
|
|
| For the detailed explanation, see: |
|
|
| https://post.naskya.net/notes/9nywqr2nkh0rjoum |
|
|
-------------------------------------------------------------------
|