mirror of
https://github.com/rnurgaliyev/kmip-server-dsm.git
synced 2026-05-16 16:40:33 +00:00
16 lines
263 B
YAML
16 lines
263 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
kmip-server-dsm:
|
|
build:
|
|
context: .
|
|
ports:
|
|
- 5696:5696
|
|
volumes:
|
|
- type: bind
|
|
source: ./state
|
|
target: /var/lib/state
|
|
- type: bind
|
|
source: ./certs
|
|
target: /var/lib/certs
|