mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 07:39:06 +08:00
10 lines
138 B
YAML
10 lines
138 B
YAML
version: '2'
|
|
|
|
services:
|
|
nats:
|
|
image: bitnami/nats:1-debian-9
|
|
ports:
|
|
- '4222:4222'
|
|
- '6222:6222'
|
|
- '8222:8222'
|