diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-26 19:08:40 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-26 19:08:40 +0400 |
| commit | ba5c9a8515b1f9488bae4d50b8f4c5574f1f25ea (patch) | |
| tree | c8d4c06aa0b69134a6495bae2c25ac7b2babb49e /docker-compose.yaml | |
| parent | b7af2f42afc691d418a7dd006f5bad3285f0549c (diff) | |
NovaCtl cluster command & control proto
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 4 |
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 |
