mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 03:17:38 -07:00
docker-compose: replace misskey with calckey to fix example
This commit is contained in:
parent
242c82a471
commit
8cbea75be6
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ services:
|
||||||
- internal_network
|
- internal_network
|
||||||
- external_network
|
- external_network
|
||||||
volumes:
|
volumes:
|
||||||
- ./files:/misskey/files
|
- ./files:/calckey/files
|
||||||
- ./.config:/misskey/.config:ro
|
- ./.config:/calckey/.config:ro
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue