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

11 lines
146 B
YAML

version: '3.8'
services:
myblog:
image: myblog:latest
build:
context: .
ports:
- '6666:80'
restart: unless-stopped