码农笔录博客源码
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
 

14 行
318 B

version: "3"
services:
server:
container_name: beeblog
image: beeblog:1.0
environment:
- TZ="Asia/Shanghai"
restart: always
volumes:
- /root/oss/aiprose/:/root/oss/aiprose/
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "8082:8082"