bitnami-containers/bitnami/nats/docker-compose.yml

13 lines
203 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
nats:
image: docker.io/bitnami/nats:2
ports:
- '4222:4222'
- '6222:6222'
- '8222:8222'