Skip to content

Instantly share code, notes, and snippets.

@dudefoxlive
Created January 1, 2023 01:25
Show Gist options
  • Save dudefoxlive/823720bf694765f3020696a47850f7b1 to your computer and use it in GitHub Desktop.
Save dudefoxlive/823720bf694765f3020696a47850f7b1 to your computer and use it in GitHub Desktop.
Py-KMS Docker Compose
---
version: "3"
services:
py-kms:
container_name: py-kms
image: pykmsorg/py-kms:latest
restart: unless-stopped
ports:
- 1688:1688/tcp
environment:
TZ: US/Eastern
CLIENT_COUNT:
volumes:
- /etc/localtime:/etc/localtime:ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment