Files
MyBlog/docker-compose.yml
2026-03-26 17:18:19 +08:00

9 lines
131 B
YAML

services:
myblog:
image: myblog:latest
build:
context: .
ports:
- '51888:80'
restart: unless-stopped