411 icon indicating copy to clipboard operation
411 copied to clipboard

Infinite loading bar

Open Amarquier opened this issue 6 years ago • 1 comments

Hi, I tried to install your application by following the setup.md but in the end all I have is an infinite loading bar. I don't know where is the issue. Can you help me please ?

Thanks

Amarquier avatar Apr 17 '19 06:04 Amarquier

Hello everybody, unfortunately I can reproduce this too. I don't know how to help debuging this. Here is my docker-compose file: version: '2' services: fouroneone: build: context: . args: COMPOSER: composer-es2x.json container_name: ping networks: - system ports: - "8800:80" volumes: - /path/Ping/data:/data es: image: "elasticsearch:2.4.3" container_name: pingelastic networks: - system ports: - "9200:9200"

JC-os avatar May 08 '19 23:05 JC-os