File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ hg-db:
32
32
- MYSQL_USER=admin
33
33
expose :
34
34
- ' 3306'
35
- image : ' mysql:5.7'
35
+ image : ' htmlgraphic/ mysql:5.7.18 '
36
36
tags :
37
37
- testing
38
38
volumes_from :
39
- - hg-db-data2
40
- hg-db-data2 :
39
+ - hg-db-data
40
+ hg-db-data :
41
41
image : ' busybox:latest'
42
42
tags :
43
43
- testing
Original file line number Diff line number Diff line change 13
13
env_file :
14
14
- .env
15
15
db :
16
- image : ' mysql:5.7'
16
+ image : ' htmlgraphic/ mysql:5.7.18 '
17
17
volumes_from :
18
- - db-data2
18
+ - db-data
19
19
ports :
20
20
- " 3306:3306"
21
21
environment :
22
- - MYSQL_DATABASE=htmlgraphic
23
- - MYSQL_PASSWORD=new_password
24
22
- MYSQL_ROOT_PASSWORD=new_passwordac
23
+ - MYSQL_DATABASE=htmlgraphic
25
24
- MYSQL_USER=admin
26
- db-data2 :
25
+ - MYSQL_PASSWORD=new_password
26
+ db-data :
27
27
image : ' busybox:latest'
28
28
volumes :
29
29
- " /var/lib/mysql"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ hg-web:
10
10
links :
11
11
- " hg-db:mysql"
12
12
hg-db :
13
- image : ' mysql:5.7'
13
+ image : ' htmlgraphic/ mysql:5.7.18 '
14
14
environment :
15
15
- MYSQL_DATABASE=htmlgraphic
16
16
- MYSQL_PASSWORD=new_password
19
19
expose :
20
20
- " 3306"
21
21
volumes_from :
22
- - db-data2
23
- db-data2 :
22
+ - db-data
23
+ db-data :
24
24
image : ' busybox:latest'
25
25
volumes :
26
26
- " /var/lib/mysql"
You can’t perform that action at this time.
0 commit comments