diff options
| author | sousuke0422 <sousuke20xx@gmail.com> | 2021-09-13 20:07:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 20:07:39 +0900 |
| commit | 987474726cce9485e0df552c2aea0cda8a1169ce (patch) | |
| tree | 480e65065d5c519d0d2e5ab5fc8e832db4264fc9 /docker-compose.yml | |
| parent | GitHub Actionsを使用してDocker Hubへpushする方法 の説明 (#7790) (diff) | |
| download | sharkey-987474726cce9485e0df552c2aea0cda8a1169ce.tar.gz sharkey-987474726cce9485e0df552c2aea0cda8a1169ce.tar.bz2 sharkey-987474726cce9485e0df552c2aea0cda8a1169ce.zip | |
chore: .configをdockerイメージに入れないように (#7625)
* .configをdockerイメージに入れないように
* Update docker-compose.yml
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index df648d291d..717b756c7d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,7 @@ services: - external_network volumes: - ./files:/misskey/files + - ./.config:/misskey/.config:ro redis: restart: always |