mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 08:04:33 +08:00
11 lines
212 B
YAML
11 lines
212 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
services:
|
|
nats:
|
|
image: docker.io/bitnami/nats:2
|
|
ports:
|
|
- '4222:4222'
|
|
- '6222:6222'
|
|
- '8222:8222'
|