1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/cowrie/docker-compose.yml
2017-11-05 21:06:52 +08:00

10 lines
163 B
YAML

cowrie:
image: vimagick/cowrie
ports:
- "2222:2222"
- "2223:2223"
volumes:
- ./dl:/home/cowrie/dl
- ./log:/home/cowrie/log
restart: always