Skip to content
Snippets Groups Projects
Unverified Commit c6837b9f authored by Nya Candy's avatar Nya Candy Committed by GitHub
Browse files

Mapping files folder outside the container (#6598)

In order to prevent the loss of files uploaded by users when upgrading Misskey deployed with Docker.
**But** it might be necessary to create the folder before `docker-compose up -d` (Not fully tested)
parent 71878f93
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ services:
networks:
- internal_network
- external_network
volumes:
- ./files:/misskey/files
redis:
restart: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment