1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/cowrie/docker-compose.yml
2015-07-22 00:10:52 +08:00

8 lines
116 B
YAML

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