mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-26 13:48:53 +08:00
Correct docker-compose for core microservice
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
parent
48779e856f
commit
9363cb6804
@ -31,9 +31,9 @@ emqttd:
|
||||
###
|
||||
# Mainflux Core Server
|
||||
###
|
||||
mainflux:
|
||||
image: mainflux/mainflux:latest
|
||||
container_name: mainflux-server
|
||||
mainflux-core:
|
||||
image: mainflux/mainflux-core:latest
|
||||
container_name: mainflux-core
|
||||
links:
|
||||
- mongo
|
||||
- emqttd
|
||||
|
Loading…
x
Reference in New Issue
Block a user