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