Skip to content

Commit d095d3f

Browse files
committed
chore: fix docker demo url
1 parent b0f7bf0 commit d095d3f

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

docker-compose-postgres.yml

-8
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ volumes:
77

88
networks:
99
cnpm-postgres:
10-
name: cnpm-postgres
11-
driver: bridge
1210

1311
services:
1412
redis:
@@ -21,8 +19,6 @@ services:
2119
- cnpm-redis:/data
2220
ports:
2321
- 6379:6379
24-
networks:
25-
- cnpm-postgres
2622

2723
postgres:
2824
env_file:
@@ -34,8 +30,6 @@ services:
3430
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}
3531
ports:
3632
- 5432:5432
37-
networks:
38-
- cnpm-postgres
3933
volumes:
4034
- cnpm-postgres:/var/lib/postgresql/data
4135

@@ -55,7 +49,5 @@ services:
5549
- cnpm-pgadmin:/var/lib/pgadmin
5650
ports:
5751
- 8888:80
58-
networks:
59-
- cnpm-postgres
6052
depends_on:
6153
- postgres

docs/deploy-in-docker.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,20 +209,20 @@ docker run -p 7001:7001 -it --rm \
209209

210210
## 演示地址
211211

212-
https://registry-demo.fengmk2.com:9443
212+
https://registry.fengmk2.com
213213

214214
管理员账号:`cnpmcore_admin/12345678`
215215

216216
通过 npm login 可以登录
217217

218218
```bash
219-
npm login --registry=https://registry-demo.fengmk2.com:9443
219+
npm login --registry=https://registry.fengmk2.com
220220
```
221221

222222
查看当前登录用户
223223

224224
```bash
225-
npm whoami --registry=https://registry-demo.fengmk2.com:9443
225+
npm whoami --registry=https://registry.fengmk2.com
226226
```
227227

228228
## fengmk2/cnpmcore 镜像

0 commit comments

Comments
 (0)