質問編集履歴

5

追記

2019/01/09 10:03

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,8 @@
9
9
  - MYSQL_ROOT_PASSWORD の設定
10
10
 
11
11
  - docker-compose rm -v
12
+
13
+ - sudo rm -rf mysql-data
12
14
 
13
15
 
14
16
 

4

追記

2019/01/09 10:03

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,8 @@
7
7
  - volume の削除
8
8
 
9
9
  - MYSQL_ROOT_PASSWORD の設定
10
+
11
+ - docker-compose rm -v
10
12
 
11
13
 
12
14
 

3

追記

2019/01/09 10:01

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -7,8 +7,6 @@
7
7
  - volume の削除
8
8
 
9
9
  - MYSQL_ROOT_PASSWORD の設定
10
-
11
- -
12
10
 
13
11
 
14
12
 

2

追記

2019/01/09 10:00

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,14 @@
1
1
  ※ ローカル環境ではなくステージング環境を構築しています
2
+
3
+
4
+
5
+ # やったこと
6
+
7
+ - volume の削除
8
+
9
+ - MYSQL_ROOT_PASSWORD の設定
10
+
11
+ -
2
12
 
3
13
 
4
14
 

1

追記

2019/01/09 10:00

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,7 @@
1
+ ※ ローカル環境ではなくステージング環境を構築しています
2
+
3
+
4
+
1
5
  # 分からないこと
2
6
 
3
7
  ```