1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-24 13:48:49 +08:00

Use correct NATS Docker image

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2016-12-04 20:06:06 +01:00
parent ad0278005c
commit b2417b9bd6

View File

@ -21,7 +21,7 @@ mongo:
# NATS
###
nats:
image: apcera/gnatsd:0.7.2
image: nats:latest
container_name: mainflux-nats
ports:
- "4222:4222"