nkiyo

Results 1 comments of nkiyo

The workaround is to specify directories at `volumes:` , not files. [Here ](https://github.com/nkiyo/json-server-with-docker-compose)is the code that worked. ``` services: json-server: image: clue/json-server command: --watch /data/db.json --host 0.0.0.0 ports: - "8880:80"...