1
0
Fork 1
mirror of https://example.com synced 2024-11-23 02:56:39 +09:00
firefish/neko/messages/20240102_add_volume_to_docker_compose

16 lines
1 KiB
Text
Raw Normal View History

2024-01-02 06:11:33 +09:00
-------------------------------------------------------------------
| For Docker 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 |
2024-01-02 06:11:33 +09:00
| - ./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 |
-------------------------------------------------------------------