Skip to content

Commit b2b9575

Browse files
committed
f
1 parent 502dd6c commit b2b9575

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ lerna-debug.log*
88

99
.npmrc
1010
package-lock.json
11+
pnpm-lock.yaml
1112

1213
config/config.prod.ts
1314
config/**/*.js

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff 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

7979
volumes:
8080
cnpm-redis:
@@ -83,4 +83,4 @@ volumes:
8383
networks:
8484
cnpm:
8585
name: cnpm
86-
driver: bridge
86+
driver: bridge

0 commit comments

Comments
 (0)