docs: update docker port and compose version

This commit is contained in:
liumangmang
2026-03-26 17:18:19 +08:00
parent 4967356f22
commit dc6e69ae00
2 changed files with 2 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ npm run docs:build
make up make up
``` ```
访问 `http://localhost:6666/` 即可查看站点。 访问 `http://localhost:51888/` 即可查看站点。
停止服务: 停止服务:

View File

@@ -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