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

@@ -1,10 +1,8 @@
version: '3.8'
services:
myblog:
image: myblog:latest
build:
context: .
ports:
- '6666:80'
- '51888:80'
restart: unless-stopped