This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/ansible/roles/kms/files/docker-compose.yml

9 lines
149 B
YAML

version: "3.7"
services:
kms-server:
image: teddysun/kms
container_name: kms
ports:
- 1688:1688
restart: always