nats-playground/docker-compose.yml

9 lines
139 B
YAML
Raw Normal View History

2023-04-11 06:08:02 +00:00
version: "3.6"
services:
nats:
image: nats:2.9.15
ports:
- "8222:8222"
- "4222:4222"
command: "--http_port 8222"