teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

2019/07/21 06:44

投稿

RMBQsKe5AP10gjx
RMBQsKe5AP10gjx

スコア24

title CHANGED
File without changes
body CHANGED
@@ -17,6 +17,6 @@
17
17
  ```
18
18
  設定ファイルのコピー
19
19
  ```
20
- docker cp <コンテナID>: /mm/mattermost/config/config.json .
20
+ docker cp <コンテナID>:/mm/mattermost/config/config.json .
21
21
  ```
22
22
  環境はwindows10で、PowerShellで行っています。

3

2019/07/21 06:44

投稿

RMBQsKe5AP10gjx
RMBQsKe5AP10gjx

スコア24

title CHANGED
File without changes
body CHANGED
@@ -15,4 +15,8 @@
15
15
  ```
16
16
  docker exec -it mattermost-preview /bin/bash
17
17
  ```
18
+ 設定ファイルのコピー
19
+ ```
20
+ docker cp <コンテナID>: /mm/mattermost/config/config.json .
21
+ ```
18
22
  環境はwindows10で、PowerShellで行っています。

2

2019/07/21 06:44

投稿

RMBQsKe5AP10gjx
RMBQsKe5AP10gjx

スコア24

title CHANGED
File without changes
body CHANGED
@@ -10,4 +10,9 @@
10
10
  "DefaultClientLocale": "ja",
11
11
  ```
12
12
 
13
+ 起動時のオプション
14
+
15
+ ```
16
+ docker exec -it mattermost-preview /bin/bash
17
+ ```
13
18
  環境はwindows10で、PowerShellで行っています。

1

2019/07/21 03:53

投稿

RMBQsKe5AP10gjx
RMBQsKe5AP10gjx

スコア24

title CHANGED
File without changes
body CHANGED
@@ -3,4 +3,11 @@
3
3
  ローカルにてconfig.jsonという
4
4
  設定ファイルの言語を日本語に指定し、dockerへコピーしても反映されませんでした。
5
5
 
6
+ 設定ファイルの中身
7
+ ```
8
+ "LocalizationSettings": {
9
+ "DefaultServerLocale": "ja",
10
+ "DefaultClientLocale": "ja",
11
+ ```
12
+
6
13
  環境はwindows10で、PowerShellで行っています。