summaryrefslogtreecommitdiff
path: root/docker-compose.yml.example
diff options
context:
space:
mode:
authorMarie <marie@kaifa.ch>2023-09-23 06:54:52 +0200
committerGitHub <noreply@github.com>2023-09-23 06:54:52 +0200
commitaf586725279c5150a141203d6b4c321f392a1645 (patch)
treeb68735d69780cf38a2c5df27d5f1b5c9f46f05a5 /docker-compose.yml.example
parentci: add arm support to develop (diff)
downloadsharkey-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.example4
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