mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-07 13:09:51 +00:00
13 lines
325 B
YAML
13 lines
325 B
YAML
version: "3.0"
|
|
services:
|
|
certimate:
|
|
image: registry.cn-shanghai.aliyuncs.com/usual2970/certimate:latest
|
|
container_name: certimate_server
|
|
ports:
|
|
- 8090:8090
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- ./data:/app/pb_data
|
|
restart: unless-stopped
|