Files
kmip-server-dsm/docker-compose.yml
2024-03-14 09:59:33 +01:00

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