summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-09-26 19:08:40 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-09-26 19:08:40 +0400
commitba5c9a8515b1f9488bae4d50b8f4c5574f1f25ea (patch)
treec8d4c06aa0b69134a6495bae2c25ac7b2babb49e /docker-compose.yaml
parentb7af2f42afc691d418a7dd006f5bad3285f0549c (diff)
NovaCtl cluster command & control proto
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 790c5b0..3fe92e0 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -3,8 +3,8 @@ services:
nats:
image: 'nats'
expose:
- - "4222"
+ - "4222:422"
ports:
- "8222:8222"
- "4222:4222"
- hostname: nats-server \ No newline at end of file
+ hostname: nats-server