File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 7
7
8
8
networks :
9
9
cnpm-postgres :
10
- name : cnpm-postgres
11
- driver : bridge
12
10
13
11
services :
14
12
redis :
@@ -21,8 +19,6 @@ services:
21
19
- cnpm-redis:/data
22
20
ports :
23
21
- 6379:6379
24
- networks :
25
- - cnpm-postgres
26
22
27
23
postgres :
28
24
env_file :
@@ -34,8 +30,6 @@ services:
34
30
POSTGRES_PASSWORD : ${POSTGRES_PASSWORD:-postgres}
35
31
ports :
36
32
- 5432:5432
37
- networks :
38
- - cnpm-postgres
39
33
volumes :
40
34
- cnpm-postgres:/var/lib/postgresql/data
41
35
@@ -55,7 +49,5 @@ services:
55
49
- cnpm-pgadmin:/var/lib/pgadmin
56
50
ports :
57
51
- 8888:80
58
- networks :
59
- - cnpm-postgres
60
52
depends_on :
61
53
- postgres
Original file line number Diff line number Diff line change @@ -209,20 +209,20 @@ docker run -p 7001:7001 -it --rm \
209
209
210
210
## 演示地址
211
211
212
- https://registry-demo .fengmk2.com:9443
212
+ https://registry.fengmk2.com
213
213
214
214
管理员账号:` cnpmcore_admin/12345678 `
215
215
216
216
通过 npm login 可以登录
217
217
218
218
``` bash
219
- npm login --registry=https://registry-demo .fengmk2.com:9443
219
+ npm login --registry=https://registry.fengmk2.com
220
220
```
221
221
222
222
查看当前登录用户
223
223
224
224
``` bash
225
- npm whoami --registry=https://registry-demo .fengmk2.com:9443
225
+ npm whoami --registry=https://registry.fengmk2.com
226
226
```
227
227
228
228
## fengmk2/cnpmcore 镜像
You can’t perform that action at this time.
0 commit comments