File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ lerna-debug.log*
88
99.npmrc
1010package-lock.json
11+ pnpm-lock.yaml
1112
1213config /config.prod.ts
1314config /** /* .js
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ services:
4545 command : --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
4646 restart : always
4747 environment :
48- MYSQL_ROOT_PASSWORD : root
48+ # MYSQL_ROOT_PASSWORD: root
4949 MYSQL_ALLOW_EMPTY_PASSWORD : ' yes'
50- MYSQL_DATABASE : ' cnpmcore_unittest'
50+ # MYSQL_DATABASE: 'cnpmcore_unittest'
5151 MYSQL_USER : user
5252 MYSQL_PASSWORD : pass
5353 volumes :
@@ -74,7 +74,7 @@ services:
7474 ports :
7575 - 80
7676 networks :
77- - cnpm
77+ - cnpm
7878
7979volumes :
8080 cnpm-redis :
@@ -83,4 +83,4 @@ volumes:
8383networks :
8484 cnpm :
8585 name : cnpm
86- driver : bridge
86+ driver : bridge
You can’t perform that action at this time.
0 commit comments