mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
10 lines
130 B
YAML
10 lines
130 B
YAML
version: "3"
|
|
services:
|
|
kms:
|
|
image: stilleshan/kms
|
|
container_name: kms
|
|
ports:
|
|
- 1688:1688
|
|
restart: always
|
|
|