mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 01:11:55 +08:00
13 lines
284 B
YAML
13 lines
284 B
YAML
version: "3.0"
|
|
services:
|
|
certimate:
|
|
image: certimate/certimate:latest
|
|
container_name: certimate
|
|
ports:
|
|
- 8090:8090
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- ./data:/app/pb_data
|
|
restart: unless-stopped
|