nats-playground/docker-compose.yml

9 lines
139 B
YAML

version: "3.6"
services:
nats:
image: nats:2.9.15
ports:
- "8222:8222"
- "4222:4222"
command: "--http_port 8222"