summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-09-08 19:24:58 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-09-08 19:24:58 +0400
commitcc498ba549de23cbbc8bf682a1495479d791148a (patch)
tree5a1437065001b5ea8a8c4aee8d2ff24563c9ca25 /docker-compose.yaml
parent125c0b5dc084e9d3fa91b55acc19c76f98ef298a (diff)
docker fixes & libsodium patch
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 790c5b0..a0bb20f 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -7,4 +7,9 @@ services:
ports:
- "8222:8222"
- "4222:4222"
- hostname: nats-server \ No newline at end of file
+ hostname: nats-server
+ registry:
+ restart: always
+ image: registry:2
+ ports:
+ - 5000:5000 \ No newline at end of file