version: "3"
services:
mongo:
image: mongo
working_dir: /c/data/
ports:
- 27017:27017
deploy:
replicas: 1
volumes:
- /c/data/:/data/db
I am tried that above stack file and I'm receiving exit code 14 error please give me the solution about the error,