This commit is contained in:
2026-01-14 11:48:02 +08:00
parent 3df4a64cef
commit b8db9d50e9
5 changed files with 102 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
services:
blog:
image: docker.cnb.cool/abearxiong/blog:latest
container_name: blog
restart: unless-stopped
ports:
- "80:80"