docker-cowrie icon indicating copy to clipboard operation
docker-cowrie copied to clipboard

Cowrie log files with docker-compose

Open madeere opened this issue 1 year ago • 1 comments

I am trying to persist the cowrie log files running on docker. My docker compose file is:

honey: image: cowrie/cowrie:latest restart: always ports: - "2222:2222" - "2223:2223" volumes: - "./logs:/var" - ./configs:/etc"

The etc folder is correctly mapped, however, the var folder is empty. I did not touch the cowrie.cfg configuration file at the moment. What am I missing?

madeere avatar Aug 03 '22 07:08 madeere