Skip to content

Commit

Permalink
chore: .configをdockerイメージに入れないように (misskey-dev#7625)
Browse files Browse the repository at this point in the history
* .configをdockerイメージに入れないように

* Update docker-compose.yml

Co-authored-by: tamaina <[email protected]>

Co-authored-by: MeiMei <[email protected]>
Co-authored-by: tamaina <[email protected]>
  • Loading branch information
3 people authored Sep 13, 2021
1 parent 4beea63 commit 9874747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.github
.travis
.vscode
.config
Dockerfile
build/
built/
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
- external_network
volumes:
- ./files:/misskey/files
- ./.config:/misskey/.config:ro

redis:
restart: always
Expand Down

0 comments on commit 9874747

Please sign in to comment.