sujitsakre
Results
1
comments of
sujitsakre
Hi, we had the same issue on the windows 10 machine. You need to modify your docker-compose.yml file. e.g. web: restart: always build: .\docsbox expose: - "8000" links: - redis:redis...