mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
9 lines
145 B
YAML
9 lines
145 B
YAML
cowrie:
|
|
image: vimagick/cowrie
|
|
ports:
|
|
- "2222:2222"
|
|
volumes:
|
|
- ./dl:/home/cowrie/dl
|
|
- ./log:/home/cowrie/log
|
|
restart: always
|