mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 10:15:10 +00:00
chore: replace misskey with sharkey in compose example
This commit is contained in:
parent
8009428082
commit
af58672527
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ services:
|
||||||
- internal_network
|
- internal_network
|
||||||
- external_network
|
- external_network
|
||||||
volumes:
|
volumes:
|
||||||
- ./files:/misskey/files
|
- ./files:/sharkey/files
|
||||||
- ./.config:/misskey/.config:ro
|
- ./.config:/sharkey/.config:ro
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue