docs: update docker port and compose version
This commit is contained in:
@@ -52,7 +52,7 @@ npm run docs:build
|
|||||||
make up
|
make up
|
||||||
```
|
```
|
||||||
|
|
||||||
访问 `http://localhost:6666/` 即可查看站点。
|
访问 `http://localhost:51888/` 即可查看站点。
|
||||||
|
|
||||||
停止服务:
|
停止服务:
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
myblog:
|
myblog:
|
||||||
image: myblog:latest
|
image: myblog:latest
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
ports:
|
ports:
|
||||||
- '6666:80'
|
- '51888:80'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user