mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 13:39:53 +00:00
10 lines
256 B
YAML
10 lines
256 B
YAML
version: '3.0'
|
|
services:
|
|
certimate:
|
|
image: registry.cn-shanghai.aliyuncs.com/usual2970/certimate:latest
|
|
container_name: certimate_server
|
|
ports:
|
|
- 8090:8090
|
|
volumes:
|
|
- ./data:/app/pb_data
|
|
restart: unless-stopped |