chore: replace misskey with sharkey in compose example

This commit is contained in:
Marie 2023-09-23 06:54:52 +02:00 committed by GitHub
parent 8009428082
commit af58672527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ services:
- internal_network
- external_network
volumes:
- ./files:/misskey/files
- ./.config:/misskey/.config:ro
- ./files:/sharkey/files
- ./.config:/sharkey/.config:ro
redis:
restart: always