diff options
| author | Marie <marie@kaifa.ch> | 2023-09-23 06:54:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-23 06:54:52 +0200 |
| commit | af586725279c5150a141203d6b4c321f392a1645 (patch) | |
| tree | b68735d69780cf38a2c5df27d5f1b5c9f46f05a5 /docker-compose.yml.example | |
| parent | ci: add arm support to develop (diff) | |
| download | sharkey-af586725279c5150a141203d6b4c321f392a1645.tar.gz sharkey-af586725279c5150a141203d6b4c321f392a1645.tar.bz2 sharkey-af586725279c5150a141203d6b4c321f392a1645.zip | |
chore: replace misskey with sharkey in compose example
Diffstat (limited to 'docker-compose.yml.example')
| -rw-r--r-- | docker-compose.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml.example b/docker-compose.yml.example index 60ba4dc8ca..39bf5aaa52 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -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 |