Open chengoldbond1 opened 7 years ago
I am trying to deploy with docker swarm and failing with error Kibana server is not ready yet
My compose yaml file is below
version: '3.2' services: tia-elastic-stack: image: blacktop/elastic-stack:latest ports:
- 8999:80 deploy: replicas: 1
can u explain how to work with Docker swarm and this repo? thanks